DiffFinder<T>.LcsDiff Property
Namespace: Microsoft.TeamFoundation.Diff
Assembly: Microsoft.TeamFoundation.Diff (in Microsoft.TeamFoundation.Diff.dll)
Syntax
'Declaration
Public Shared ReadOnly Property LcsDiff As DiffFinder(Of T)
public static DiffFinder<T> LcsDiff { get; }
public:
static property DiffFinder<T>^ LcsDiff {
DiffFinder<T>^ get ();
}
static member LcsDiff : DiffFinder<'T> with get
static function get LcsDiff () : DiffFinder<T>
Property Value
Type: Microsoft.TeamFoundation.Diff.DiffFinder<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.