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