We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Assertion for startIndex-count pair
Namespace: CodeJamAssembly: CodeJam (in CodeJam.dll) Version: 2.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
Code ClassCodeJam Namespace