Method | Description | |
---|---|---|
If ( bool Test ) : void |
Throw the exception if the condition is true
|
|
IfNot ( bool Test ) : void |
Throw the exception if the condition is false
|
public static If ( bool Test ) : void | ||
Test | bool | Condition to test. |
return | void |
public static IfNot ( bool Test ) : void | ||
Test | bool | Condition to test. |
return | void |