public SubProject this[ int index ]; {get;}
public: property SubProject^ default [int] { SubProject^ get(int index); }
Parameters
- index
public SubProject this[ int index ]; {get;}
public: property SubProject^ default [int] { SubProject^ get(int index); }
Exception | Description |
---|---|
System.IndexOutOfRangeException | The exception that is thrown when an attempt is made to access an element of an array with an index that is outside the bounds of the array. |