NormalizedSnapshotSpanCollection.GetEnumerator Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an enumerator for the collection.
public:
virtual System::Collections::Generic::IEnumerator<Microsoft::VisualStudio::Text::SnapshotSpan> ^ GetEnumerator();
[System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.VisualStudio.Text.NormalizedSnapshotSpanCollection+<GetEnumerator>d__37))]
public System.Collections.Generic.IEnumerator<Microsoft.VisualStudio.Text.SnapshotSpan> GetEnumerator ();
[System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.VisualStudio.Text.NormalizedSnapshotSpanCollection+<GetEnumerator>d__40))]
public System.Collections.Generic.IEnumerator<Microsoft.VisualStudio.Text.SnapshotSpan> GetEnumerator ();
[<System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.VisualStudio.Text.NormalizedSnapshotSpanCollection+<GetEnumerator>d__37))>]
abstract member GetEnumerator : unit -> System.Collections.Generic.IEnumerator<Microsoft.VisualStudio.Text.SnapshotSpan>
override this.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<Microsoft.VisualStudio.Text.SnapshotSpan>
[<System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.VisualStudio.Text.NormalizedSnapshotSpanCollection+<GetEnumerator>d__40))>]
abstract member GetEnumerator : unit -> System.Collections.Generic.IEnumerator<Microsoft.VisualStudio.Text.SnapshotSpan>
override this.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<Microsoft.VisualStudio.Text.SnapshotSpan>
Public Iterator Overridable NotOverridable Function GetEnumerator () As IEnumerator(Of SnapshotSpan)
Returns
The enumerator.
Implements
- Attributes