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 messageFormat, params Object[] args )
VB
<ConditionalAttribute("DEBUG")> Public Shared Sub AssertArgument ( condition As Boolean, argName As String, messageFormat As String, ParamArray args As Object() )
F#
[<ConditionalAttribute("DEBUG")>] static member AssertArgument : condition : bool * argName : string * messageFormat : string * args : Object[] -> unit
DebugCode ClassAssertArgument OverloadCodeJam Namespace