JustMock

Defines the kind of range value to consider.

Namespace: Telerik.JustMock
Assembly: Telerik.JustMock (in Telerik.JustMock.dll) Version: 2013.1.412.0 (2013.1.412)

Syntax

C#
public enum RangeKind
Visual Basic
Public Enumeration RangeKind

Members

Member nameValueDescription
Exclusive0 Does not consider first and last value.
Inclusive1 Considers the First and last value.

See Also