Returns an array of values at the specified
index. Valid values of index range from 0 to Count-1
| [Visual Basic .NET] |
|---|
Public Function GetArray( _
ByVal IndexOrName As System.Object _
) As System.Array
|
| [C#] |
|---|
public System.Array GetArray(
|
| [Managed C++] |
|---|
public: System::Array GetArray(
|
| [Java] |
|---|
public Object[] getArray(
|
| [Unmanaged C++] |
|---|
public: HRESULT GetArray(
|
- IndexOrName