Diffing engine.
Namespace:
Gallio.Common.Xml.DiffingAssembly: Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.459.0)
Syntax
| C# |
|---|
public interface IDiffEngine<T> where T : IDiffable<TCollection> |
| Visual Basic (Declaration) |
|---|
Public Interface IDiffEngine(Of T As IDiffable(Of TCollection)) |
Type Parameters
- T
- The type of the objects to diff.
