Table of Contents

Enum Range

Namespace
Moq
Assembly
Moq.dll

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

public enum Range

Fields

Exclusive = 1

The range does not include the to and from values.

Inclusive = 0

The range includes the to and from values.