System::Collections::Generic::BaseDictionary::begin طريقة
BaseDictionary::begin method
يعيد مكرّرًا إلى غلاف KVPair لعنصر المفتاح-القيمة في الحاوية. تم التنفيذ بأسلوب C# - يجب أن يُعيد المكرّر كائن KVPair مع واجهة get_Key() و get_Value(). إذا كانت الحاوية فارغة، سيكون المكرّر المعاد مساويًا لـ end().
const_iterator System::Collections::Generic::BaseDictionary<Map>::begin() const noexcept
ReturnValue
مكرّر يشير إلى العنصر الأول في المجموعة.
انظر أيضًا
- Typedef const_iterator
- Class BaseDictionary
- Namespace System::Collections::Generic
- Library Aspose.Page for C++