TypeRefList Constructor (IEnumerable<Type>)
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
This constructor is used when the class is to be serialized. This is for internal use only and was marked public to allow it to be serialized into XAML.
Namespace: System.ComponentModel.Composition.Caching
Assembly: Microsoft.VisualStudio.ExtensibilityHosting (in Microsoft.VisualStudio.ExtensibilityHosting.dll)
Syntax
'Declaration
Public Sub New ( _
items As IEnumerable(Of Type) _
)
'Usage
Dim items As IEnumerable(Of Type)
Dim instance As New TypeRefList(items)
public TypeRefList(
IEnumerable<Type> items
)
public:
TypeRefList(
IEnumerable<Type^>^ items
)
new :
items:IEnumerable<Type> -> TypeRefList
public function TypeRefList(
items : IEnumerable<Type>
)
Parameters
- items
Type: System.Collections.Generic.IEnumerable<Type>
The collection of types that are to be turned into TypeRefs and serialized.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.