- 
                Notifications
    You must be signed in to change notification settings 
- Fork 35
M_CodeJam_Code_ValidIndexAndCount
        Andrew Koryavchenko edited this page Jul 4, 2017 
        ·
        6 revisions
      
    Assertion for startIndex-count pair
Namespace: CodeJam
Assembly: CodeJam (in CodeJam.dll) Version: 1.1.0.0 (1.1.0.0)
C#
public static void ValidIndexAndCount(
	int startIndex,
	string startIndexName,
	int count,
	string countName,
	int length
)VB
Public Shared Sub ValidIndexAndCount ( 
	startIndex As Integer,
	startIndexName As String,
	count As Integer,
	countName As String,
	length As Integer
)F#
static member ValidIndexAndCount : 
        startIndex : int * 
        startIndexName : string * 
        count : int * 
        countName : string * 
        length : int -> unit 
- startIndex
- Type: System.Int32
 The start index.
- startIndexName
- Type: System.String
 Start name of the index.
- count
- Type: System.Int32
 The count.
- countName
- Type: System.String
 Name of the count.
- length
- Type: System.Int32
 The length.