TypeRefList Class

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

The class represents a collection of type references and used to delay loading of the actual types they wrap. 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
<SerializableAttribute> _
Public NotInheritable Class TypeRefList _
    Inherits List(Of TypeRef) _
    Implements IEnumerable(Of Type), IEnumerable
'Usage
Dim instance As TypeRefList
[SerializableAttribute]
public sealed class TypeRefList : List<TypeRef>, 
    IEnumerable<Type>, IEnumerable
[SerializableAttribute]
public ref class TypeRefList sealed : public List<TypeRef^>, 
    IEnumerable<Type^>, IEnumerable
[<SealedAttribute>]
[<SerializableAttribute>]
type TypeRefList =  
    class
        inherit List<TypeRef>
        interface IEnumerable<Type>
        interface IEnumerable
    end
public final class TypeRefList extends List<TypeRef> implements IEnumerable<Type>, IEnumerable

Inheritance Hierarchy

System.Object
  System.Collections.Generic.List<TypeRef>
    System.ComponentModel.Composition.Caching.TypeRefList

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

TypeRefList Members

System.ComponentModel.Composition.Caching Namespace