operator[]()
Collection::operator method
Gets value at specified index.
T & System::Collections::ObjectModel::Collection<T>::operator[](int index)
Arguments
Parameter | Type | Description |
---|---|---|
index | int | Index to get value from. |
Return Value
Reference to existing value at specified index.
Collection::operator const method
Gets value at specified index.
const T & System::Collections::ObjectModel::Collection<T>::operator[](int index) const
Arguments
Parameter | Type | Description |
---|---|---|
index | int | Index to get value from. |
Return Value
Const reference to existing value at specified index.
See Also
- Class Collection
- Namespace System::Collections::ObjectModel
- Library Aspose.Slides