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