[This is preliminary documentation and subject to change.]
If the type is DiffType.NoSuchNode or DiffType.NotExpectedNode, you will use this constructor.
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);
Diff Class | NXUnit.Framework Namespace