System::Array::operator[] yöntemi
Array::operator method
Belirtilen dizindeki bir öğeyi döndürür.
UnderlyingType & System::Array<T>::operator[](int index)
| Parameter | Type | Açıklama |
|---|---|---|
| indeks | int | Döndürülecek öğenin indeksi |
ReturnValue
Belirtilen konumdaki bir öğeye referans
Ayrıca Bakınız
- Typedef UnderlyingType
- Class Array
- Namespace System
- Library Aspose.Page for C++
Array::operator const method
Belirtilen dizindeki bir öğeyi döndürür.
UnderlyingType const & System::Array<T>::operator[](int index) const
| Parameter | Type | Açıklama |
|---|---|---|
| indeks | int | Döndürülecek öğenin indeksi |
ReturnValue
Belirtilen konumdaki bir öğeye const referans
Ayrıca Bakınız
- Typedef UnderlyingType
- Class Array
- Namespace System
- Library Aspose.Page for C++