Table of Contents

Constructor Bound

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

Bound(TValue, bool)

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

public Bound(TValue value, bool inclusive = false)

Parameters

value TValue

The value of the bound.

inclusive bool

Indicates whether the bound is inclusive or not.