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