System::Collections::Specialized::StringCollection::cbegin मेथड

StringCollection::cbegin method

कंटेनर के पहले const-योग्य तत्व के लिए एक इटरेटर लौटाता है। यदि कंटेनर खाली है, तो लौटाया गया इटरेटर cend() के बराबर होगा।

const_iterator System::Collections::Specialized::StringCollection::cbegin() const noexcept

ReturnValue

कंटेनर के पहले const-योग्य तत्व की ओर संकेत करने वाला इटरेटर।

संबंधित देखें