Range Enumeration

Moq 2.6

Kind of range to use in a filter specified through IsInRange<(Of <(TValue>)>)(TValue, TValue, Range).

Namespace:  Moq
Assembly:  Moq (in Moq.dll) Version: 2.6.1014.1 (2.6.0.0)

Syntax

C#
public enum Range

Members

Member nameDescription
Inclusive
The range includes the to and from values.
Exclusive
The range does not include the to and from values.

See Also