System::Collections::Generic::BaseDictionary::cbegin method
BaseDictionary::cbegin method
Returnerar en iterator till det första elementet i behållaren. Implementerad i STL-stil. Om behållaren är tom kommer den returnerade iteratorn att vara lika med end().
stl_const_iterator System::Collections::Generic::BaseDictionary<Map>::cbegin() const noexcept
ReturnValue
En iterator som pekar på det första konstantkvalificerade elementet i samlingen.
Se även
- Class BaseDictionary
- Namespace System::Collections::Generic
- Library Aspose.Page for C++