-
Notifications
You must be signed in to change notification settings - Fork 36
M_CodeJam_Code_AssertArgument_1
andrewvk edited this page Apr 21, 2016
·
10 revisions
[This is preliminary documentation and is subject to change.]
Assertion for the argument value
Namespace: CodeJam
Assembly: CodeJam (in CodeJam.dll) Version: 1.0.0.0 (1.0.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
[Missing documentation for "M:CodeJam.Code.AssertArgument(System.Boolean,System.String,System.String,System.Object[])"] - argName
- Type: System.String
[Missing documentation for "M:CodeJam.Code.AssertArgument(System.Boolean,System.String,System.String,System.Object[])"] - messageFormat
- Type: System.String
[Missing documentation for "M:CodeJam.Code.AssertArgument(System.Boolean,System.String,System.String,System.Object[])"] - args
- Type: System.Object[]
[Missing documentation for "M:CodeJam.Code.AssertArgument(System.Boolean,System.String,System.String,System.Object[])"]