NormalizedSnapshotSpanCollection.IEnumerable.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.
virtual System::Collections::IEnumerator ^ System.Collections.IEnumerable.GetEnumerator() = System::Collections::IEnumerable::GetEnumerator;
[System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.VisualStudio.Text.NormalizedSnapshotSpanCollection+<System-Collections-IEnumerable-GetEnumerator>d__38))]
System.Collections.IEnumerator IEnumerable.GetEnumerator ();
[System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.VisualStudio.Text.NormalizedSnapshotSpanCollection+<System-Collections-IEnumerable-GetEnumerator>d__41))]
System.Collections.IEnumerator IEnumerable.GetEnumerator ();
[<System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.VisualStudio.Text.NormalizedSnapshotSpanCollection+<System-Collections-IEnumerable-GetEnumerator>d__38))>]
abstract member System.Collections.IEnumerable.GetEnumerator : unit -> System.Collections.IEnumerator
override this.System.Collections.IEnumerable.GetEnumerator : unit -> System.Collections.IEnumerator
[<System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.VisualStudio.Text.NormalizedSnapshotSpanCollection+<System-Collections-IEnumerable-GetEnumerator>d__41))>]
abstract member System.Collections.IEnumerable.GetEnumerator : unit -> System.Collections.IEnumerator
override this.System.Collections.IEnumerable.GetEnumerator : unit -> System.Collections.IEnumerator
Iterator Overridable NotOverridable Function GetEnumerator () As IEnumerator Implements IEnumerable.GetEnumerator
Returns
The enumerator.
Implements
- Attributes