idx_get()
ReadOnlyCollection::idx_get(int) const method
Gets item at specific position.
virtual T System::Collections::ObjectModel::ReadOnlyCollection<T>::idx_get(int index) const override
Arguments
Parameter | Type | Description |
---|---|---|
index | int | Index to get element from. |
Return Value
Copy of element at specified position.
See Also
- Class ReadOnlyCollection
- Namespace System::Collections::ObjectModel
- Library Aspose.Slides