-
Notifications
You must be signed in to change notification settings - Fork 36
M_CodeJam_Code_ValidCount
Andrew Koryavchenko edited this page Jul 4, 2017
·
3 revisions
Asserts if the passed value is not a valid count.
Namespace: CodeJam
Assembly: CodeJam (in CodeJam.dll) Version: 1.1.0.0 (1.1.0.0)
C#
public static void ValidCount(
int count,
string argName
)
VB
Public Shared Sub ValidCount (
count As Integer,
argName As String
)
F#
static member ValidCount :
count : int *
argName : string -> unit
- count
- Type: System.Int32
The count value. - argName
- Type: System.String
The name of the argument.