ContinueDifferencePredicate<T> 대리자
네임스페이스: Microsoft.TeamFoundation.Diff
어셈블리: Microsoft.TeamFoundation.Diff(Microsoft.TeamFoundation.Diff.dll)
구문
‘선언
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
)
형식 매개 변수
- T
매개 변수
- originalIndex
형식: System.Int32
- originalSequence
형식: System.Collections.Generic.IList<T>
- longestMatchSoFar
형식: System.Int32
반환 값
형식: System.Boolean