NormalizedSnapshotSpanCollection::GetEnumerator Method ()

 

Gets an enumerator for the collection.

Namespace:   Microsoft.VisualStudio.Text
Assembly:  Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)

public:
virtual IEnumerator<SnapshotSpan>^ GetEnumerator() sealed

Return Value

Type: System.Collections.Generic::IEnumerator<SnapshotSpan>^

The enumerator.

Return to top
Show: