![Collapse image Collapse image](collapse_all.gif)
![Expand Image Expand Image](expand_all.gif)
![](collapse_all.gif)
![](expand_all.gif)
![](dropdown.gif)
![](dropdownHover.gif)
![Copy image Copy image](icons/copycode.gif)
![CopyHover image CopyHover image](copycodeHighlight.gif)
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.
|