Kind of range to use in a filter specified through
IsInRange<(Of <(TValue>)>)(TValue, TValue, Range).
Namespace:
MoqAssembly: Moq (in Moq.dll) Version: 2.6.1121.2 (2.6.0.0)
Syntax
| C# |
|---|
public enum Range |
Members
| Member name | Description | |
|---|---|---|
| Inclusive |
The range includes the to and
from values.
| |
| Exclusive |
The range does not include the to and
from values.
|