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#
[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
DebugCode ClassCodeJam Namespace