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