System::Collections::Generic::SortedDictionaryPtr::operator[] metodo

SortedDictionaryPtr::operator[] method

Funzione di accesso.

V & System::Collections::Generic::SortedDictionaryPtr<T, V>::operator[](const T &key) const
ParametroTipoDescrizione
chiaveconst T&Chiave per accedere all’elemento a.

ReturnValue

Riferimento all’elemento alla chiave specificata.

Vedi anche