The It type exposes the following members.
Methods
Name | Description | |
---|---|---|
Is<(Of <<'(TValue>)>>) | ||
IsAny<(Of <<'(TValue>)>>) |
Matches any value of the given TValue type.
| |
IsInRange<(Of <<'(TValue>)>>) |
Matches any value that is in the range specified.
| |
IsRegex(String) |
Matches a string argument if it matches the given regular expression pattern.
| |
IsRegex(String, RegexOptions) |
Matches a string argument if it matches the given regular expression pattern.
|