NormalizedSpanCollection.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.
A non-allocating struct enumerator for this collection.
public Microsoft.VisualStudio.Text.NormalizedSpanCollection.Enumerator GetEnumerator ();
override this.GetEnumerator : unit -> Microsoft.VisualStudio.Text.NormalizedSpanCollection.Enumerator
Public Function GetEnumerator () As NormalizedSpanCollection.Enumerator
Returns
An enumerator over this collection.
Remarks
foreach
will use this automatically when the concrete type is known, which turns out to be quite often for this type.