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)
public IEnumerator<Tuple> GetEnumerator()
public:
virtual IEnumerator<Tuple^>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<Tuple> 
override GetEnumerator : unit -> IEnumerator<Tuple> 
public final function GetEnumerator() : IEnumerator<Tuple>

Return Value

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

Implements

IEnumerable<T>.GetEnumerator()

.NET Framework Security

See Also

Reference

Match Class

Microsoft.VisualStudio.Text.Differencing Namespace