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.Font for C++