DiffFinder<T>.ModifiedSequence Property
Namespace: Microsoft.TeamFoundation.Diff
Assembly: Microsoft.TeamFoundation.Diff (in Microsoft.TeamFoundation.Diff.dll)
Syntax
'Declaration
Protected ReadOnly Property ModifiedSequence As IList(Of T)
protected IList<T> ModifiedSequence { get; }
protected:
property IList<T>^ ModifiedSequence {
IList<T>^ get ();
}
member ModifiedSequence : IList<'T> with get
function get ModifiedSequence () : 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.