ContinueDifferencePredicate<T>-Delegat
Namespace: Microsoft.TeamFoundation.Diff
Assembly: Microsoft.TeamFoundation.Diff (in Microsoft.TeamFoundation.Diff.dll)
Syntax
'Declaration
Public Delegate Function ContinueDifferencePredicate(Of T) ( _
originalIndex As Integer, _
originalSequence As IList(Of T), _
longestMatchSoFar As Integer _
) As Boolean
public delegate bool ContinueDifferencePredicate<T>(
int originalIndex,
IList<T> originalSequence,
int longestMatchSoFar
)
Typparameter
- T
Parameter
- originalIndex
Typ: System.Int32
- originalSequence
Typ: System.Collections.Generic.IList<T>
- longestMatchSoFar
Typ: System.Int32
Rückgabewert
Typ: System.Boolean