Skip to content

M_CodeJam_DebugCode_InRange_1

andrewvk edited this page Apr 21, 2016 · 4 revisions

DebugCode.InRange Method (Int32, String, Int32, Int32)

[This is preliminary documentation and is subject to change.]

Assertion for the argument in range

Namespace: CodeJam
Assembly: CodeJam (in CodeJam.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

[ConditionalAttribute("DEBUG")]
public static void InRange(
	int value,
	string argName,
	int fromValue,
	int toValue
)

VB

<ConditionalAttribute("DEBUG")>
Public Shared Sub InRange ( 
	value As Integer,
	argName As String,
	fromValue As Integer,
	toValue As Integer
)

F#

[<ConditionalAttribute("DEBUG")>]
static member InRange : 
        value : int * 
        argName : string * 
        fromValue : int * 
        toValue : int -> unit 

Parameters

 

value
Type: System.Int32
[Missing documentation for "M:CodeJam.DebugCode.InRange(System.Int32,System.String,System.Int32,System.Int32)"]
argName
Type: System.String
[Missing documentation for "M:CodeJam.DebugCode.InRange(System.Int32,System.String,System.Int32,System.Int32)"]
fromValue
Type: System.Int32
[Missing documentation for "M:CodeJam.DebugCode.InRange(System.Int32,System.String,System.Int32,System.Int32)"]
toValue
Type: System.Int32
[Missing documentation for "M:CodeJam.DebugCode.InRange(System.Int32,System.String,System.Int32,System.Int32)"]

See Also

Reference

DebugCode Class
InRange Overload
CodeJam Namespace

Clone this wiki locally