次の方法で共有


Match.GetEnumerator Method

Definition

Gets an enumerator typed as a Tuple of integers.

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))

Returns

The typed enumerator.

Implements

Attributes

Applies to