Match::GetEnumerator Method ()

 

Gets an enumerator typed as a Tuple<T1, T2> of integers.

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

public:
virtual IEnumerator<Tuple<intint>^>^ GetEnumerator() sealed

Return Value

Type: System.Collections.Generic::IEnumerator<Tuple<Int32Int32>^>^

The typed enumerator.

Return to top
Show: