Sandcastle XML Comments Guide
![]() | SetDocumentationGetEnumerator Method |
Returns an enumerator that iterates through the collection.
Namespace: XMLCommentsExamples.DocumentationInheritance
Assembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2014.1.26.0

public IEnumerator<int> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of Integer)
public: virtual IEnumerator<int>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<int> override GetEnumerator : unit -> IEnumerator<int>
Return Value
Type: IEnumeratorInt32An enumerator that can be used to iterate through the collection.
Implements
IEnumerableTGetEnumerator