IDifferenceCollection<T>.MatchSequence Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.