Metodo System::Collections::Generic::IDictionary::get_Keys

IDictionary::get_Keys method

Accede alla collezione delle chiavi.

virtual SharedPtr<ICollection<TKey>> System::Collections::Generic::IDictionary<TKey, TValue>::get_Keys() const

ReturnValue

Puntatore all’interfaccia che fornisce l’accesso alle chiavi memorizzate tramite l’interfaccia ICollection.

Vedi anche