SetDocumentationGetEnumerator Method

Returns an enumerator that iterates through the collection.

Definition

Namespace: XMLCommentsExamples.DocumentationInheritance
Assembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2014.1.26.0
public IEnumerator<int> GetEnumerator()

Return Value

IEnumeratorInt32
An enumerator that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator

See Also