VirtualTypeBuilder::ConstructorInfoCollection::Item Property (Int32)
Visual Studio 2015
Gets or sets the constructor at the specified index.
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
public: property ConstructorInfo^ default[ int index ] { ConstructorInfo^ get(int index); void set(int index, ConstructorInfo^ value); }
Parameters
- index
-
Type:
System::Int32
The 0-based index of the element to get or set.
| Exception | Condition |
|---|---|
| ArgumentException |
Show: