NXUnit Framework Class Library

CompareResult.Add Method

[This is preliminary documentation and subject to change.]

Add another result to this one. It means add all the Diff objecta of the result to this one.

Overload List

Add another result to this one. It means add all the Diff objecta of the result to this one.

public void Add(CompareResult);

Add a Diff object to the result.

public void Add(Diff);

See Also

CompareResult Class | NXUnit.Framework Namespace