Initializes a new instance of the
RangeT class.
Namespace:
MongoDB.Driver.Core.Misc
Assembly:
MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.22.0+75246110ed1247226fcc7f8eb2c54ffab745693e
Syntaxpublic Range(
T min,
T max
)
Public Sub New (
min As T,
max As T
)
new :
min : 'T *
max : 'T -> Range
Parameters
- min
- Type: T
The minimum value. - max
- Type: T
The maximum value.
See Also