System::Collections::Generic::List::begin मेथड
List::begin() const method
स्थिर-योग्य संग्रह के पहले तत्व के लिए इटररेटर प्राप्त करता है।
const_iterator System::Collections::Generic::List<T>::begin() const noexcept
ReturnValue
सूची की const-योग्य इंस्टेंस में पहले तत्व की ओर इशारा करने वाला इटररेटर।
संबंधित देखें
- Typedef const_iterator
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
List::begin() method
संग्रह के पहले तत्व के लिए इटररेटर प्राप्त करता है।
iterator System::Collections::Generic::List<T>::begin() noexcept
ReturnValue
सूची में पहले तत्व की ओर इशारा करने वाला इटररेटर।
संबंधित देखें
- Typedef iterator
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++