IDifferenceCollection<T>.RightSequence Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.