System::Collections::Generic::BaseDictionary::end metodo
BaseDictionary::end method
Restituisce un iteratore al wrapper KVPair per l’elemento chiave-valore successivo all’ultimo elemento del contenitore. Implementato in stile C# - l’iteratore dovrebbe restituire l’oggetto KVPair con l’interfaccia get_Key() e get_Value(). Questo elemento funge da segnaposto; tentare di accedervi provoca un comportamento indefinito.
const_iterator System::Collections::Generic::BaseDictionary<Map>::end() const noexcept
ReturnValue
Un iteratore che punta all’elemento teorico posizionato dopo l’ultimo elemento della collezione.
Vedi anche
- Typedef const_iterator
- Class BaseDictionary
- Namespace System::Collections::Generic
- Library Aspose.Font for C++