IDifferenceService Interface

Definition

Determines the differences between two sequences, based on adding or removing elements (but not translating or copying elements).

C++/CX
public interface class IDifferenceService

Remarks

This is a MEF component part, and should be imported as follows: [Import] IDifferenceService diffService = null;

Methods

DifferenceSequences<T>(IList<T>, IList<T>, ContinueProcessingPredicate<T>)

Computes the differences between the two sequences. The supplied predicate will be called on each step through the left sequence.

DifferenceSequences<T>(IList<T>, IList<T>)

Computes the differences between the two sequences.

Applies to

Produkt Verzie
Visual Studio SDK 2015, 2017, 2019, 2022