Click or drag to resize
Sandcastle XML Comments GuideExplicitImplementationIEnumerableGetEnumerator 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()

Return Value

Type: IEnumerator
This is a dummy class so it throws an exception

Implements

IEnumerableGetEnumerator
See Also