IDifferenceCollection<T>.LeftSequence Property
Gets the left 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 LeftSequence As IList(Of T)
IList<T> LeftSequence { get; }
property IList<T>^ LeftSequence {
IList<T>^ get ();
}
abstract LeftSequence : IList<'T> with get
function get LeftSequence () : IList<T>
Property Value
Type: IList<T>
The left 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.