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