Assert Constructor

Definition

We don't actually want any instances of this object, but some people like to inherit from it to add other static methods. Hence, the protected constructor disallows any instances of this object.

protected Assert ();

Applies to