다음을 통해 공유


IDifferenceCollection<T>.RightSequence 속성

이 차이점 컬렉션을 만드는 데 사용된 오른쪽 시퀀스를 가져옵니다.

네임스페이스:  Microsoft.VisualStudio.Text.Differencing
어셈블리:  Microsoft.VisualStudio.Text.Data(Microsoft.VisualStudio.Text.Data.dll)

구문

‘선언
ReadOnly Property RightSequence As IList(Of T)
IList<T> RightSequence { get; }
property IList<T>^ RightSequence {
    IList<T>^ get ();
}
abstract RightSequence : IList<'T> with get
function get RightSequence () : IList<T>

속성 값

형식: IList<T>
오른쪽 시퀀스입니다.

.NET Framework 보안

참고 항목

참조

IDifferenceCollection<T> 인터페이스

Microsoft.VisualStudio.Text.Differencing 네임스페이스