Represents an XML node that can be compared to another
node of the same type, in order to get the differences.
Namespace:
Gallio.Common.Xml.DiffingAssembly: Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.459.0)
Syntax
| C# |
|---|
public interface IDiffable<TNode> |
| Visual Basic (Declaration) |
|---|
Public Interface IDiffable(Of TNode) |
Type Parameters
- TNode
- The type of the diffable node.
