idx_get()
IList::idx_get(int) const method
Gets element at specified index.
virtual T System::Collections::Generic::IList<T>::idx_get(int index) const =0
Arguments
Parameter | Type | Description |
---|---|---|
index | int | Index of element to get. |
Return Value
Copy of element at specified index.
See Also
- Class IList
- Namespace System::Collections::Generic
- Library Aspose.Slides