System::Collections::Generic::LinkedList::GetEnumerator मेथड

LinkedList::GetEnumerator method

वर्तमान LinkedList को इटररेट करने के लिए एन्यूमरेटर प्राप्त करता है।

SharedPtr<IEnumerator<T>> System::Collections::Generic::LinkedList<T>::GetEnumerator() override

ReturnValue

नया बनाया गया एन्यूमरेटर ऑब्जेक्ट।

संबंधित देखें