System::Collections::ObjectModel::ReadOnlyCollection::idx_get method
ReadOnlyCollection::idx_get method
Hämtar objektet på en specifik position.
virtual T System::Collections::ObjectModel::ReadOnlyCollection<T>::idx_get(int index) const override
| Parameter | Type | Beskrivning |
|---|---|---|
| index | int | Index för att hämta element från. |
ReturnValue
Kopia av element på angiven position.
Se även
- Class ReadOnlyCollection
- Namespace System::Collections::ObjectModel
- Library Aspose.Page for C++