Share via


VirtualTypeBuilder.ConstructorInfoCollection Class

Represents the collection of constructors. 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 ConstructorInfoCollection _
    Inherits CollectionBase
'Usage
Dim instance As VirtualTypeBuilder.ConstructorInfoCollection
public sealed class ConstructorInfoCollection : CollectionBase
public ref class ConstructorInfoCollection sealed : public CollectionBase
public final class ConstructorInfoCollection extends CollectionBase

Remarks

Only ConstructorInfo objects should be added to this collection. VirtualTypeBuilder.ConstructorInfoCollection 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.ConstructorInfoCollection

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.ConstructorInfoCollection Members

Microsoft.VisualStudio.Shell.Design Namespace

VirtualTypeBuilder

System.Collections.CollectionBase