VirtualTypeBuilder.ConstructorInfoCollection.Item[Int32] Property

Definition

Gets or sets the constructor at the specified index.

C++
public:
 property System::Reflection::ConstructorInfo ^ default[int] { System::Reflection::ConstructorInfo ^ get(int index); void set(int index, System::Reflection::ConstructorInfo ^ value); };

Parameters

index
Int32

The 0-based index of the element to get or set.

Property Value

The ConstructorInfo at the specified index.

Exceptions

index is less than 0.-or- index is equal to or greater than Count.

Applies to

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