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 from-to index pair
Namespace: CodeJamAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
[ConditionalAttribute("DEBUG")] public static void ValidIndexPair( int fromIndex, string fromIndexName, int toIndex, string toIndexName, int length )
VB
<ConditionalAttribute("DEBUG")> Public Shared Sub ValidIndexPair ( fromIndex As Integer, fromIndexName As String, toIndex As Integer, toIndexName As String, length As Integer )
F#
[<ConditionalAttribute("DEBUG")>] static member ValidIndexPair : fromIndex : int * fromIndexName : string * toIndex : int * toIndexName : string * length : int -> unit
DebugCode ClassCodeJam Namespace