| PrimitiveExtensionsEnforce Method |
| Name | Description | |
|---|---|---|
| Enforce(Boolean) |
Enforce
| |
| EnforceT(Boolean) |
Confirms that a condition is true. Raise an exception of type T if it is not.
| |
| Enforce(Boolean, String) |
Enforce
| |
| EnforceT(Boolean, String) |
Confirms that a condition is true. Raise an exception of type T if it is not.
| |
| Enforce(Boolean, String, Object) |
Enforce
| |
| EnforceT(Boolean, String, Object) |
Confirms that a condition is true. Raise an exception if it is not.
|