IDifferenceService.DifferenceSequences Method

Include Protected Members
Include Inherited Members

Calculates the differences between the two sequences.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method DifferenceSequences<T>(IList<T>, IList<T>) Calculates the differences between the two sequences.
Public method DifferenceSequences<T>(IList<T>, IList<T>, ContinueProcessingPredicate<T>) Calculates the differences between the two sequences. The supplied predicate will be called on each step through the left sequence.

Top

See Also

Reference

IDifferenceService Interface

Microsoft.VisualStudio.Text.Differencing Namespace