Match.GetEnumerator 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取类型化为整数的枚举数 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))
返回
类型化枚举器。
实现
- 属性