There was an error while loading. Please reload this page.
Asserts if the given condition is satisfied.
Namespace: CodeJamAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public static void BugIf( bool condition, string message )
VB
Public Shared Sub BugIf ( condition As Boolean, message As String )
F#
static member BugIf : condition : bool * message : string -> unit
Code ClassBugIf OverloadCodeJam Namespace