System::Collections::Specialized::StringCollection::begin طريقة
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.Font for C++
StringCollection::begin() method
تُرجع مُؤَشِّرًا إلى العنصر الأول في الحاوية. إذا كانت الحاوية فارغة، سيكون المؤشر المُرجَع مساويًا لـ end().
iterator System::Collections::Specialized::StringCollection::begin() noexcept
ReturnValue
مؤشر يشير إلى العنصر الأول في الحاوية.
انظر أيضًا
- Typedef iterator
- Class StringCollection
- Namespace System::Collections::Specialized
- Library Aspose.Font for C++