Partilhar via


Propriedade IDifferenceCollection<T>.RightSequence

Obtém a seqüência correta que foi usada para criar essa coleção de diferença.

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

Sintaxe

'Declaração
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>

Valor de propriedade

Tipo: IList<T>
A seqüência correta.

Segurança do .NET Framework

Consulte também

Referência

IDifferenceCollection<T> Interface

Namespace Microsoft.VisualStudio.Text.Differencing