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