閱讀英文

共用方式為


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)

Syntax

IList<T> RightSequence { get; }

Property Value

Type: System.Collections.Generic.IList<T>
The right sequence.

.NET Framework Security

See Also

Reference

IDifferenceCollection<T> Interface

Microsoft.VisualStudio.Text.Differencing Namespace