VirtualTypeBuilder.ConstructorInfoCollection.Item[Int32] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the constructor at the specified index.
public:
property System::Reflection::ConstructorInfo ^ default[int] { System::Reflection::ConstructorInfo ^ get(int index); void set(int index, System::Reflection::ConstructorInfo ^ value); };
public System.Reflection.ConstructorInfo this[int index] { get; set; }
member this.Item(int) : System.Reflection.ConstructorInfo with get, set
Default Public Property Item(index As Integer) As ConstructorInfo
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.