IDifferenceCollection<T>.MatchSequence Property

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

Namespace:  Microsoft.VisualStudio.Text.Differencing
Assembly:  Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)

Syntax

'Declaration
ReadOnly Property MatchSequence As IEnumerable(Of Tuple(Of Integer, Integer))
IEnumerable<Tuple<int, int>> MatchSequence { get; }
property IEnumerable<Tuple<int, int>^>^ MatchSequence {
    IEnumerable<Tuple<int, int>^>^ get ();
}
abstract MatchSequence : IEnumerable<Tuple<int, int>> with get
function get MatchSequence () : IEnumerable<Tuple<int, int>>

Property Value

Type: IEnumerable<Tuple<Int32, Int32>>
The match sequence.

.NET Framework Security

See Also

Reference

IDifferenceCollection<T> Interface

Microsoft.VisualStudio.Text.Differencing Namespace