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

.NET Framework Security

See Also

Reference

TypeRefList Class

TypeRefList Members

TypeRefList Overload

System.ComponentModel.Composition.Caching Namespace