-
Notifications
You must be signed in to change notification settings - Fork 36
M_CodeJam_Code_InRange__1
andrewvk edited this page Apr 20, 2016
·
8 revisions
[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)
C#
public static void InRange<T>(
T value,
string argName,
T fromValue
)
VB
Public Shared Sub InRange(Of T) (
value As T,
argName As String,
fromValue As T
)
F#
static member InRange :
value : 'T *
argName : string *
fromValue : 'T -> unit
- value
- Type: T
[Missing documentation for "M:CodeJam.Code.InRange1(
0,System.String,0)"\]</dd><dt>argName</dt><dd>Type: <a href="http://msdn2.microsoft.com/en-us/library/s1wwdcbf" target="_blank">System.String</a><br />\[Missing <param name="argName"/> documentation for "M:CodeJam.Code.InRange
1(0,System.String,
0)"] - fromValue
- Type: T
[Missing documentation for "M:CodeJam.Code.InRange1(
0,System.String,``0)"]
- T