Udostępnij za pośrednictwem


IDifferenceCollection<T>.RightSequence Property

Definition

Gets the right sequence that was used to create this difference collection.

public:
 property System::Collections::Generic::IList<T> ^ RightSequence { System::Collections::Generic::IList<T> ^ get(); };
public System.Collections.Generic.IList<T> RightSequence { get; }
member this.RightSequence : System.Collections.Generic.IList<'T>
Public ReadOnly Property RightSequence As IList(Of T)

Property Value

IList<T>

The right sequence.

Applies to