System::Collections::Generic::BaseDictionary::begin méthode
BaseDictionary::begin method
Renvoie un itérateur vers l’enveloppe KVPair pour l’élément clé-valeur du conteneur. Implémenté dans le style C# - l’itérateur doit renvoyer l’objet KVPair avec l’interface get_Key() et get_Value(). Si le conteneur est vide, l’itérateur retourné sera égal à end().
const_iterator System::Collections::Generic::BaseDictionary<Map>::begin() const noexcept
ReturnValue
Un itérateur pointant vers le premier élément de la collection.
Voir aussi
- Typedef const_iterator
- Class BaseDictionary
- Namespace System::Collections::Generic
- Library Aspose.Page for C++