System::Collections::ObjectModel::Collection::operator[] yöntemi
Collection::operator method
Belirtilen indeksteki değeri alır.
T & System::Collections::ObjectModel::Collection<T>::operator[](int index)
| Parametre | Tür | Açıklama |
|---|---|---|
| indeks | int | Değerin alınacağı indeks. |
ReturnValue
Belirtilen indeksteki mevcut değere referans.
Ayrıca Bakınız
- Class Collection
- Namespace System::Collections::ObjectModel
- Library Aspose.Font for C++
Collection::operator const method
Belirtilen indeksteki değeri alır.
const T & System::Collections::ObjectModel::Collection<T>::operator[](int index) const
| Parametre | Tür | Açıklama |
|---|---|---|
| indeks | int | Değerin alınacağı indeks. |
ReturnValue
Belirtilen indeksteki mevcut değere const referans.
Ayrıca Bakınız
- Class Collection
- Namespace System::Collections::ObjectModel
- Library Aspose.Font for C++