SequencePointCollection.IEnumerable<SequencePoint>.GetEnumerator Method

Definition

Returns an enumerator that iterates through the collection.

 virtual System::Collections::Generic::IEnumerator<System::Reflection::Metadata::SequencePoint> ^ System.Collections.Generic.IEnumerable<System.Reflection.Metadata.SequencePoint>.GetEnumerator() = System::Collections::Generic::IEnumerable<System::Reflection::Metadata::SequencePoint>::GetEnumerator;
System.Collections.Generic.IEnumerator<System.Reflection.Metadata.SequencePoint> IEnumerable<SequencePoint>.GetEnumerator ();
abstract member System.Collections.Generic.IEnumerable<System.Reflection.Metadata.SequencePoint>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Reflection.Metadata.SequencePoint>
override this.System.Collections.Generic.IEnumerable<System.Reflection.Metadata.SequencePoint>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Reflection.Metadata.SequencePoint>
Function GetEnumerator () As IEnumerator(Of SequencePoint) Implements IEnumerable(Of SequencePoint).GetEnumerator

Returns

An enumerator that can be used to iterate through the collection.

Implements

Applies to