Поделиться через


Match.GetEnumerator - метод

Получает перечислитель, типизированный как Tuple (кортеж) целых чисел.

Пространство имен:  Microsoft.VisualStudio.Text.Differencing
Сборка:  Microsoft.VisualStudio.Text.Data (в Microsoft.VisualStudio.Text.Data.dll)

Синтаксис

'Декларация
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>>

Возвращаемое значение

Тип: IEnumerator<Tuple<Int32, Int32>>
Типизированный перечислитель.

Реализации

IEnumerable.GetEnumerator

Безопасность платформы .NET Framework

См. также

Ссылки

Match Класс

Microsoft.VisualStudio.Text.Differencing - пространство имен