- 
                Notifications
    You must be signed in to change notification settings 
- Fork 35
M_CodeJam_Code_ValidCount
        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
)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.