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++