Set DocumentationGet Enumerator Method
Returns an enumerator that iterates through the collection.
Definition
Namespace: XMLCommentsExamples.DocumentationInheritance
Assembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2025.4.26.0
An enumerator that can be used to iterate through the collection.
Assembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2025.4.26.0
C#
public IEnumerator<int> GetEnumerator()VB
Public Function GetEnumerator As IEnumerator(Of Integer)C++
public:
virtual IEnumerator<int>^ GetEnumerator() sealedF#
abstract GetEnumerator : unit -> IEnumerator<int>
override GetEnumerator : unit -> IEnumerator<int> Return Value
IEnumeratorInt32An enumerator that can be used to iterate through the collection.