System::Collections::Specialized::StringCollection::cbegin méthode
StringCollection::cbegin method
Retourne un itérateur vers le premier élément const-qualifié du conteneur. Si le conteneur est vide, l’itérateur retourné sera égal à cend().
const_iterator System::Collections::Specialized::StringCollection::cbegin() const noexcept
ReturnValue
Un itérateur pointant vers le premier élément const-qualifié du conteneur.
Voir aussi
- Typedef const_iterator
- Class StringCollection
- Namespace System::Collections::Specialized
- Library Aspose.Page for C++