 | CheckThat Method (Boolean, String, String) |
Namespace: BobsAssembly: Bobs.Utilities (in Bobs.Utilities.dll) Version: 0.1.0-dev001
Syntaxpublic static void That(
bool condition,
string paramName,
string message
)
Public Shared Sub That (
condition As Boolean,
paramName As String,
message As String
)
public:
static void That(
bool condition,
String^ paramName,
String^ message
)
static member That :
condition : bool *
paramName : string *
message : string -> unit
Parameters
- condition
- Type: SystemBoolean
The condition that is checked. - paramName
- Type: SystemString
The name of the argument. - message
- Type: SystemString
A message describing the pre-condition.
See Also