Table of Contents

Constructor SearchRangeV2

Namespace
MongoDB.Driver.Search
Assembly
MongoDB.Driver.dll

SearchRangeV2(Bound<TValue>, Bound<TValue>)

Initializes a new instance of the SearchRangeV2<TValue> class.

public SearchRangeV2(Bound<TValue> min, Bound<TValue> max)

Parameters

min Bound<TValue>

The lower bound of the range.

max Bound<TValue>

The upper bound of the range.