Match::GetEnumerator Method ()
Visual Studio 2015
Gets an enumerator typed as a Tuple<T1, T2> of integers.
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
Return Value
Type: System.Collections.Generic::IEnumerator<Tuple<Int32, Int32>^>^The typed enumerator.
Implements
IEnumerable<T>::GetEnumerator()
Show: