System::Collections::Generic::List::end method
अंतर्वस्तु
[
छिपाना
]List::end() const method
const-योग्य संग्रह के अंत के पीछे मौजूद न होने वाले तत्व के लिए इटररेटर प्राप्त करता है।
const_iterator System::Collections::Generic::List<T>::end() const noexcept
ReturnValue
एक इटररेटर जो सूची के कॉन्स्ट-योग्य उदाहरण में अंत तत्व के बाद रखे सैद्धांतिक तत्व की ओर संकेत करता है।
संबंधित देखें
- Typedef const_iterator
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
List::end() method
संग्रह के अंत के पीछे मौजूद न होने वाले तत्व के लिए इटररेटर प्राप्त करता है।
iterator System::Collections::Generic::List<T>::end() noexcept
ReturnValue
एक इटररेटर जो सूची के अंत तत्व के बाद रखे सैद्धांतिक तत्व की ओर संकेत करता है।
संबंधित देखें
- Typedef iterator
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++