HelperCheckCondition Method (Boolean) |
Confirms that a condition is true. Raise an exception if it is not.
Namespace: Bio.UtilAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public static void CheckCondition(
bool condition
)
Public Shared Sub CheckCondition (
condition As Boolean
)
public:
static void CheckCondition(
bool condition
)
static member CheckCondition :
condition : bool -> unit
Parameters
- condition
- Type: SystemBoolean
The condition to check
See Also