IDifferenceService Methods

 

Namespace:   Microsoft.VisualStudio.Text.Differencing
Assembly:  Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)

NameDescription
System_CAPS_pubmethodDifferenceSequences<T>(IList<T>^, IList<T>^)

Calculates the differences between the two sequences.

System_CAPS_pubmethodDifferenceSequences<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.

Return to top
Show: