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)
IEnumerable<Tuple> MatchSequence { get; }
property IEnumerable<Tuple^>^ MatchSequence {
    IEnumerable<Tuple^>^ get ();
}
abstract MatchSequence : IEnumerable<Tuple>
function get MatchSequence () : IEnumerable<Tuple>

Property Value

Type: System.Collections.Generic.IEnumerable<Tuple<T1, T2>>
The match sequence.

.NET Framework Security

See Also

Reference

IDifferenceCollection<T> Interface

Microsoft.VisualStudio.Text.Differencing Namespace