An immutable set of diff items representing the differences between two XML fragments.

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

Syntax

C#
public sealed class DiffSet : IEnumerable<Diff>, 
	IEnumerable
Visual Basic (Declaration)
Public NotInheritable Class DiffSet _
	Implements IEnumerable(Of Diff), IEnumerable

Inheritance Hierarchy

System..::.Object
  Gallio.Common.Xml.Diffing..::.DiffSet

See Also