System::Collections::ObjectModel::Collection::operator[] method
Collection::operator method
Hämtar värdet på angivet index.
T & System::Collections::ObjectModel::Collection<T>::operator[](int index)
| Parameter | Type | Beskrivning |
|---|---|---|
| index | int | Index att hämta värde från. |
ReturnValue
Referens till befintligt värde på angivet index.
Se även
- Class Collection
- Namespace System::Collections::ObjectModel
- Library Aspose.Page for C++
Collection::operator const method
Hämtar värdet på angivet index.
const T & System::Collections::ObjectModel::Collection<T>::operator[](int index) const
| Parameter | Type | Beskrivning |
|---|---|---|
| index | int | Index att hämta värde från. |
ReturnValue
Const‑referens till befintligt värde på angivet index.
Se även
- Class Collection
- Namespace System::Collections::ObjectModel
- Library Aspose.Page for C++