- 
                Notifications
    
You must be signed in to change notification settings  - Fork 35
 
M_CodeJam_Code_AssertArgument_1
        andrewvk edited this page Jul 1, 2016 
        ·
        10 revisions
      
    Assertion for the argument value
Namespace: CodeJam
Assembly: CodeJam (in CodeJam.dll) Version: 1.1.0.0 (1.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 
- condition
 - Type: System.Boolean
The condition to check - argName
 - Type: System.String
Name of the argument. - messageFormat
 - Type: System.String
The message format. - args
 - Type: System.Object[]
The arguments.