System::Collections::Generic::BaseDictionary::cbegin method
BaseDictionary::cbegin method
تُرجع مُكرِّرًا إلى العنصر الأول في الحاوية. مُنفّذة بأسلوب STL. إذا كانت الحاوية فارغة، سيكون المُكرّر المُرجع مساويًا لـ end().
stl_const_iterator System::Collections::Generic::BaseDictionary<Map>::cbegin() const noexcept
ReturnValue
مُكرِّر يشير إلى العنصر الأول المؤهل كـ const في المجموعة.
انظر أيضًا
- Class BaseDictionary
- Namespace System::Collections::Generic
- Library Aspose.Page for C++