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