Sandcastle XML Comments Guide
ExplicitImplementationIEnumerableGetEnumerator 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: IEnumeratorThis is a dummy class so it throws an exception
Implements
IEnumerableGetEnumeratorSee Also