-
Notifications
You must be signed in to change notification settings - Fork 36
M_CodeJam_Code_ValidIndexAndCount
andrewvk edited this page Apr 5, 2016
·
6 revisions
[This is preliminary documentation and is subject to change.]
Assertion for startIndex-count pair
Namespace: CodeJam
Assembly: CodeJam (in CodeJam.dll) Version: 1.0.0.0 (1.0.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
[Missing documentation for "M:CodeJam.Code.ValidIndexAndCount(System.Int32,System.String,System.Int32,System.String,System.Int32)"] - startIndexName
- Type: System.String
[Missing documentation for "M:CodeJam.Code.ValidIndexAndCount(System.Int32,System.String,System.Int32,System.String,System.Int32)"] - count
- Type: System.Int32
[Missing documentation for "M:CodeJam.Code.ValidIndexAndCount(System.Int32,System.String,System.Int32,System.String,System.Int32)"] - countName
- Type: System.String
[Missing documentation for "M:CodeJam.Code.ValidIndexAndCount(System.Int32,System.String,System.Int32,System.String,System.Int32)"] - length
- Type: System.Int32
[Missing documentation for "M:CodeJam.Code.ValidIndexAndCount(System.Int32,System.String,System.Int32,System.String,System.Int32)"]