IDifferenceCollection<T>.LeftSequence 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 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.