IDifferenceCollection<T>::LeftSequence Property

 

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

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

property IList<T>^ LeftSequence {
	IList<T>^ get();
}

Property Value

Type: System.Collections.Generic::IList<T>^

The left sequence.

Return to top
Show: