VirtualTypeBuilder.FieldInfoCollection Class

Represents the collection of fields. This class cannot be inherited.

Namespace:  Microsoft.VisualStudio.Shell.Design
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

Syntax

'Declaration
Public NotInheritable Class FieldInfoCollection _
    Inherits CollectionBase
'Usage
Dim instance As VirtualTypeBuilder.FieldInfoCollection
public sealed class FieldInfoCollection : CollectionBase
public ref class FieldInfoCollection sealed : public CollectionBase
public final class FieldInfoCollection extends CollectionBase

Remarks

Only FieldInfo objects should be added to this collection. VirtualTypeBuilder.FieldInfoCollection is nested inside of VirtualTypeBuilder due to its specific behavior related to virtual types.

Inheritance Hierarchy

System.Object
  System.Collections.CollectionBase
    Microsoft.VisualStudio.Shell.Design.VirtualTypeBuilder.FieldInfoCollection

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

VirtualTypeBuilder.FieldInfoCollection Members

Microsoft.VisualStudio.Shell.Design Namespace

VirtualTypeBuilder

System.Collections.CollectionBase