DiffFinder<T>.OriginalSequence Property
Namespace: Microsoft.TeamFoundation.Diff
Assembly: Microsoft.TeamFoundation.Diff (in Microsoft.TeamFoundation.Diff.dll)
Syntax
'Declaration
Protected ReadOnly Property OriginalSequence As IList(Of T)
protected IList<T> OriginalSequence { get; }
protected:
property IList<T>^ OriginalSequence {
IList<T>^ get ();
}
member OriginalSequence : IList<'T> with get
function get OriginalSequence () : IList<T>
Property Value
Type: System.Collections.Generic.IList<T>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.