Share via


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)

Syntax

'Declaration
Public Function GetEnumerator As IEnumerator(Of Tuple(Of Integer, Integer))
public IEnumerator<Tuple<int, int>> GetEnumerator()
public:
virtual IEnumerator<Tuple<int, int>^>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<Tuple<int, int>> 
override GetEnumerator : unit -> IEnumerator<Tuple<int, int>> 
public final function GetEnumerator() : IEnumerator<Tuple<int, int>>

Return Value

Type: System.Collections.Generic.IEnumerator<Tuple<Int32, Int32>>
The typed enumerator.

Implements

IEnumerable<T>.GetEnumerator()

.NET Framework Security

See Also

Reference

Match Class

Microsoft.VisualStudio.Text.Differencing Namespace