ExplicitImplementationIEnumerableGetEnumerator Method

Returns an enumerator that iterates through a collection.

Definition

Namespace: XMLCommentsExamples.DocumentationInheritance
Assembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2014.1.26.0
IEnumerator IEnumerable.GetEnumerator()

Return Value

IEnumerator
This is a dummy class so it throws an exception

Implements

IEnumerableGetEnumerator

See Also