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: System.Collections.Generic.IEnumerable<Tuple<Int32, Int32>>
The match sequence.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.