Click or drag to resize
Sandcastle XML Comments GuideSetDocumentationGetEnumerator Method
Returns an enumerator that iterates through the collection.

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

Return Value

Type: IEnumeratorInt32
A IEnumeratorT that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator
See Also