Share via


NormalizedTextRangeCollection.GetEnumerator Method

Definition

Returns an enumerator that iterates through the collection.

[System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.VisualStudio.Extensibility.Editor.NormalizedTextRangeCollection+<GetEnumerator>d__12))]
public System.Collections.Generic.IEnumerator<Microsoft.VisualStudio.Extensibility.Editor.TextRange> GetEnumerator();
[<System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.VisualStudio.Extensibility.Editor.NormalizedTextRangeCollection+<GetEnumerator>d__12))>]
abstract member GetEnumerator : unit -> System.Collections.Generic.IEnumerator<Microsoft.VisualStudio.Extensibility.Editor.TextRange>
override this.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<Microsoft.VisualStudio.Extensibility.Editor.TextRange>
Public Iterator Overridable NotOverridable Function GetEnumerator () As IEnumerator(Of TextRange)

Returns

Implements

Attributes

Applies to