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)
ParametreTürAçıklama
indeksintDeğerin alınacağı indeks.

ReturnValue

Belirtilen indeksteki mevcut değere referans.

Ayrıca Bakınız

Collection::operator const method

Belirtilen indeksteki değeri alır.

const T & System::Collections::ObjectModel::Collection<T>::operator[](int index) const
ParametreTürAçıklama
indeksintDeğerin alınacağı indeks.

ReturnValue

Belirtilen indeksteki mevcut değere const referans.

Ayrıca Bakınız