System::Collections::ObjectModel::KeyedCollection::idx_get método

KeyedCollection::idx_get method

Obtiene el elemento en un índice específico.

TItem System::Collections::ObjectModel::KeyedCollection<TKey, TItem>::idx_get(TKey key)
ParámetroTipoDescripción
claveTKeyClave a buscar.

ReturnValue

Copia del valor con clave.

Ver también