This documentation is archived and is not being maintained.
ContinueDifferencePredicate(Of T) Delegate
Visual Studio 2013
Namespace: Microsoft.TeamFoundation.Diff
Assembly: Microsoft.TeamFoundation.Diff (in Microsoft.TeamFoundation.Diff.dll)
'Declaration Public Delegate Function ContinueDifferencePredicate(Of T) ( _ originalIndex As Integer, _ originalSequence As IList(Of T), _ longestMatchSoFar As Integer _ ) As Boolean
Type Parameters
- T
Parameters
- originalIndex
- Type: System.Int32
- originalSequence
- Type: System.Collections.Generic.IList(Of T)
- longestMatchSoFar
- Type: System.Int32
Show: