-
Notifications
You must be signed in to change notification settings - Fork 36
M_CodeJam_DebugCode_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#
[ConditionalAttribute("DEBUG")]
public static void ValidIndexAndCount(
int startIndex,
string startIndexName,
int count,
string countName,
int length
)
VB
<ConditionalAttribute("DEBUG")>
Public Shared Sub ValidIndexAndCount (
startIndex As Integer,
startIndexName As String,
count As Integer,
countName As String,
length As Integer
)
F#
[<ConditionalAttribute("DEBUG")>]
static member ValidIndexAndCount :
startIndex : int *
startIndexName : string *
count : int *
countName : string *
length : int -> unit
- startIndex
- Type: System.Int32
[Missing documentation for "M:CodeJam.DebugCode.ValidIndexAndCount(System.Int32,System.String,System.Int32,System.String,System.Int32)"] - startIndexName
- Type: System.String
[Missing documentation for "M:CodeJam.DebugCode.ValidIndexAndCount(System.Int32,System.String,System.Int32,System.String,System.Int32)"] - count
- Type: System.Int32
[Missing documentation for "M:CodeJam.DebugCode.ValidIndexAndCount(System.Int32,System.String,System.Int32,System.String,System.Int32)"] - countName
- Type: System.String
[Missing documentation for "M:CodeJam.DebugCode.ValidIndexAndCount(System.Int32,System.String,System.Int32,System.String,System.Int32)"] - length
- Type: System.Int32
[Missing documentation for "M:CodeJam.DebugCode.ValidIndexAndCount(System.Int32,System.String,System.Int32,System.String,System.Int32)"]