The ArgumentExtensions type exposes the following members.
Methods
Name | Description | |
---|---|---|
IsInRange<(Of <(T>)>) |
Throws an ArgumentOutOfRangeException if the value of the argument is out of the supplied range
| |
IsNotNull<(Of <(T>)>) |
Throws an ArgumentNullException if argument is null
| |
IsNotNullOrEmpty |
Throws an ArgumentNullException if the string argument is null or empty
|