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
ParameterTypeBeskrivning
indexintIndex för att hämta element från.

ReturnValue

Kopia av element på angiven position.

Se även