There was an error while loading. Please reload this page.
Assertion for the argument value
Namespace: CodeJamAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
[ConditionalAttribute("DEBUG")] public static void AssertArgument( bool condition, string argName, string message )
VB
<ConditionalAttribute("DEBUG")> Public Shared Sub AssertArgument ( condition As Boolean, argName As String, message As String )
F#
[<ConditionalAttribute("DEBUG")>] static member AssertArgument : condition : bool * argName : string * message : string -> unit
DebugCode ClassAssertArgument OverloadCodeJam Namespace