Sandcastle XML Comments Guide
SetDocumentationIEnumerableGetEnumerator Method |
Returns an enumerator that iterates through a collection.
Namespace: XMLCommentsExamples.DocumentationInheritance
Assembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2014.1.26.0
Syntax
IEnumerator IEnumerable.GetEnumerator()
Private Function GetEnumerator As IEnumerator Implements IEnumerable.GetEnumerator
private: virtual IEnumerator^ GetEnumerator() sealed = IEnumerable::GetEnumerator
private abstract GetEnumerator : unit -> IEnumerator private override GetEnumerator : unit -> IEnumerator
Return Value
Type: IEnumeratorAn IEnumerator object that can be used to iterate through the collection.
Implements
IEnumerableGetEnumeratorSee Also