SetDocumentationGetEnumerator Method
Returns an enumerator that iterates through the collection.
Namespace: XMLCommentsExamples.DocumentationInheritanceAssembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2014.1.26.0
public IEnumerator<int> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of Integer)
public:
virtual IEnumerator<int>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<int>
override GetEnumerator : unit -> IEnumerator<int>
IEnumeratorInt32An enumerator that can be used to iterate through the collection.
IEnumerableTGetEnumerator