ContinueDifferencePredicate<T>, délégué
Espace de noms : Microsoft.TeamFoundation.Diff
Assembly : Microsoft.TeamFoundation.Diff (dans Microsoft.TeamFoundation.Diff.dll)
Syntaxe
'Déclaration
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
)
Paramètres de type
- T
Paramètres
- originalIndex
Type : System.Int32
- originalSequence
Type : System.Collections.Generic.IList<T>
- longestMatchSoFar
Type : System.Int32
Valeur de retour
Type : System.Boolean