The target of a diff result.

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

Syntax

C#
[FlagsAttribute]
public enum DiffTargets
Visual Basic (Declaration)
<FlagsAttribute> _
Public Enumeration DiffTargets

Members

Member nameDescription
Actual
The actual XML fragment.
Expected
The expected XML fragment.
Both
The actual and the expected XML fragments.
Format
Formats an object using the default IFormatter.
Format
Formats an object using the specified IFormatter.

See Also