Metodo System::Collections::Generic::BaseDictionary::begin

BaseDictionary::begin method

Restituisce un iteratore al wrapper KVPair per l’elemento chiave-valore del contenitore. Implementato in stile C# - l’iteratore dovrebbe restituire l’oggetto KVPair con le interfacce get_Key() e get_Value(). Se il contenitore è vuoto, l’iteratore restituito sarà uguale a end().

const_iterator System::Collections::Generic::BaseDictionary<Map>::begin() const noexcept

ReturnValue

Un iteratore che punta al primo elemento della collezione.

Vedi anche