Summary
int
argument between validator.
- Namespace
- oehen
.arguard .Between - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["ArgumentIntBetweenGuard"]
class Type type-node
Syntax
public static class ArgumentIntBetweenGuard
Methods
Name | Value | Summary |
---|---|---|
ThrowIfIsBetween |
int |
Throws an
System.ArgumentOutOfRangeException exception if the argument is between
compareValueStart and compareValueEnd.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ThrowIfNotTypeOf |
T |
Throws an
System.InvalidOperationException if argument is not type of
T.
From ArgumentTypeGuard
|