System::Collections::Specialized::StringCollection::cbegin طريقة
StringCollection::cbegin method
تُرجع مُكرِّرًا إلى العنصر الأول المؤهل كـ const في الحاوية. إذا كانت الحاوية فارغة، فإن المُكرِّر المُرجع سيكون مساويًا لـ cend().
const_iterator System::Collections::Specialized::StringCollection::cbegin() const noexcept
ReturnValue
مُكرِّر يشير إلى العنصر الأول المؤهل كـ const في الحاوية.
انظر أيضًا
- Typedef const_iterator
- Class StringCollection
- Namespace System::Collections::Specialized
- Library Aspose.Page for C++