- 
                Notifications
    You must be signed in to change notification settings 
- Fork 35
M_CodeJam_DebugCode_ValidIndex
        Andrew Koryavchenko edited this page Jul 4, 2017 
        ·
        6 revisions
      
    Assertion for index in range
Namespace: CodeJam
Assembly: CodeJam (in CodeJam.dll) Version: 1.1.0.0 (1.1.0.0)
C#
[ConditionalAttribute("DEBUG")]
public static void ValidIndex(
	int index,
	string argName
)VB
<ConditionalAttribute("DEBUG")>
Public Shared Sub ValidIndex ( 
	index As Integer,
	argName As String
)F#
[<ConditionalAttribute("DEBUG")>]
static member ValidIndex : 
        index : int * 
        argName : string -> unit 
- index
- Type: System.Int32
 The index.
- argName
- Type: System.String
 Name of the argument.