NXUnit Framework Class Library

Diff Constructor

[This is preliminary documentation and subject to change.]

If the type is DiffType.NoSuchNode or DiffType.NotExpectedNode, you will use this constructor.

Overload List

If the type is DiffType.NoSuchNode or DiffType.NotExpectedNode, you will use this constructor.

public Diff(XmlNode,DiffType);

If the type is NOT DiffType.NoSuchNode or DiffType.NotExpectedNode, you will use this constructor.

public Diff(XmlNode,XmlNode,DiffType);

See Also

Diff Class | NXUnit.Framework Namespace