The target of a diff result.
Namespace:
Gallio.Common.Xml.DiffingAssembly: 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 name | Description | |
|---|---|---|
| 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.
|
