-
Notifications
You must be signed in to change notification settings - Fork 35
M_CodeJam_Code_ValidIndexPair
andrewvk edited this page Apr 5, 2016
·
6 revisions
[This is preliminary documentation and is subject to change.]
Assertion for from-to index pair
Namespace: CodeJam
Assembly: CodeJam (in CodeJam.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public static void ValidIndexPair(
int fromIndex,
string fromIndexName,
int toIndex,
string toIndexName,
int length
)
VB
Public Shared Sub ValidIndexPair (
fromIndex As Integer,
fromIndexName As String,
toIndex As Integer,
toIndexName As String,
length As Integer
)
F#
static member ValidIndexPair :
fromIndex : int *
fromIndexName : string *
toIndex : int *
toIndexName : string *
length : int -> unit
- fromIndex
- Type: System.Int32
[Missing documentation for "M:CodeJam.Code.ValidIndexPair(System.Int32,System.String,System.Int32,System.String,System.Int32)"] - fromIndexName
- Type: System.String
[Missing documentation for "M:CodeJam.Code.ValidIndexPair(System.Int32,System.String,System.Int32,System.String,System.Int32)"] - toIndex
- Type: System.Int32
[Missing documentation for "M:CodeJam.Code.ValidIndexPair(System.Int32,System.String,System.Int32,System.String,System.Int32)"] - toIndexName
- Type: System.String
[Missing documentation for "M:CodeJam.Code.ValidIndexPair(System.Int32,System.String,System.Int32,System.String,System.Int32)"] - length
- Type: System.Int32
[Missing documentation for "M:CodeJam.Code.ValidIndexPair(System.Int32,System.String,System.Int32,System.String,System.Int32)"]