Enum RangeKind
Defines the kind of range value to consider.
Namespace: Telerik.JustMock
Assembly: Telerik.JustMock.dll
Syntax
public enum RangeKind
Exclusive
Does not consider first and last value.
Inclusive
Considers the First and last value.