A collection of XML nodes that can be compared to another collection of the same type, in order to get the differences.

Namespace:  Gallio.Common.Xml.Diffing
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
public interface IDiffableCollection<TCollection, TItem> : IDiffable<TCollection>, 
	IEnumerable<TOutput>, IEnumerable
Visual Basic (Declaration)
Public Interface IDiffableCollection(Of TCollection, TItem) _
	Implements IDiffable(Of TCollection), IEnumerable(Of TOutput),  _
	IEnumerable

Type Parameters

TCollection
The type of the collection.
TItem
The type of the items in the collection.

See Also