System::Array::idx_get method
Array::idx_get method
Returns the item at the specified index.
virtual T System::Array<T>::idx_get(int index) const override
Parameter | Type | Description |
---|---|---|
index | int | Index of the item to be returned |
ReturnValue
The item at specified index in the array
See Also
- Class Array
- Namespace System
- Library Aspose.PUB for C++