VirtualTypeBuilder.ConstructorInfoCollection Class

Definition

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

C++
public: ref class VirtualTypeBuilder::ConstructorInfoCollection sealed : System::Collections::CollectionBase
Inheritance
VirtualTypeBuilder.ConstructorInfoCollection

Properties

Item[Int32]

Gets or sets the constructor at the specified index.

Methods

Add(ConstructorInfo)

Adds a ConstructorInfo to the end of the collection.

Add(Type[], Attribute[])

Adds an array of ConstructorInfo to the end of the collection.

Add(Type[])

Adds an array of ConstructorInfo to the end of the collection.

Remove(ConstructorInfo)

Removes the first occurrence of a specific ConstructorInfo from the collection.

Applies to

Product Versions
Visual Studio SDK 2015, 2017, 2019, 2022