M_CodeJam_Code_AssertState - rsdn/CodeJam GitHub Wiki
State assertion
Namespace: CodeJam
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public static void AssertState(
bool condition,
string message
)VB
Public Shared Sub AssertState (
condition As Boolean,
message As String
)F#
static member AssertState :
condition : bool *
message : string -> unit
- condition
- Type: System.Boolean
The condition to check - message
- Type: System.String
The message.