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
Public NotInheritable Class FieldInfoCollection _
Inherits CollectionBase
Dim instance As 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