VirtualTypeBuilder::MethodInfoCollection::Item Property (Int32)
Visual Studio 2015
Gets or sets the method at the specified index.
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
public: property MethodInfo^ default[ int index ] { MethodInfo^ get(int index); void set(int index, MethodInfo^ value); }
Parameters
- index
-
Type:
System::Int32
The 0-based index of the method to get or set.
| Exception | Condition |
|---|---|
| ArgumentException | index is less than 0. -or- index is equal to or greater than the number of items in the collection. |
Show: