IDifferenceCollection<T>::RightSequence Property

 

Gets the right 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>^ RightSequence {
	IList<T>^ get();
}

Property Value

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

The right sequence.

Return to top
Show: