IDifferenceCollection<T>.MatchSequence Property

Definition

Gets the original match sequence that was used to create this difference collection.

public:
 property System::Collections::Generic::IEnumerable<Tuple<int, int> ^> ^ MatchSequence { System::Collections::Generic::IEnumerable<Tuple<int, int> ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Tuple<int,int>> MatchSequence { get; }
member this.MatchSequence : seq<int * int>
Public ReadOnly Property MatchSequence As IEnumerable(Of Tuple(Of Integer, Integer))

Property Value

The match sequence.

Applies to