Table of Contents

Constructor Range

Namespace
MongoDB.Driver.Core.Misc
Assembly
MongoDB.Driver.Core.dll

Range(T, T)

Initializes a new instance of the Range<T> class.

public Range(T min, T max)

Parameters

min T

The minimum value.

max T

The maximum value.