IDifferenceCollection<T>.LeftSequence Property

Definition

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

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

Property Value

IList<T>

The left sequence.

Applies to