System::Collections::Generic::BaseDictionary::cbegin method
BaseDictionary::cbegin method
Devuelve un iterador al primer elemento del contenedor. Implementado al estilo STL. Si el contenedor está vacío, el iterador devuelto será igual a end().
stl_const_iterator System::Collections::Generic::BaseDictionary<Map>::cbegin() const noexcept
ReturnValue
Un iterador que apunta al primer elemento calificado como const de la colección.
Ver también
- Class BaseDictionary
- Namespace System::Collections::Generic
- Library Aspose.Page for C++