Click to expand
Sandcastle XML Comments Guide

SetDocumentation GetEnumerator 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: IEnumerator Int32 
A IEnumerator T  that can be used to iterate through the collection.

Implements

IEnumerable T  GetEnumerator 
See Also

Reference