Match.GetEnumerator 方法

定义

获取类型化为整数的枚举数 Tuple

public:
 virtual System::Collections::Generic::IEnumerator<Tuple<int, int> ^> ^ GetEnumerator();
[System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.VisualStudio.Text.Differencing.Match/<GetEnumerator>d__11))]
public System.Collections.Generic.IEnumerator<Tuple<int,int>> GetEnumerator ();
[<System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.VisualStudio.Text.Differencing.Match/<GetEnumerator>d__11))>]
abstract member GetEnumerator : unit -> System.Collections.Generic.IEnumerator<int * int>
override this.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<int * int>
Public Iterator Overridable NotOverridable Function GetEnumerator () As IEnumerator(Of Tuple(Of Integer, Integer))

返回

IEnumerator<Tuple<Int32,Int32>>

类型化枚举器。

实现

属性

适用于