Table of Contents

Class Bound<TValue>

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

Represents a bound value.

public sealed class Bound<TValue>

Type Parameters

TValue

The type of the bound value.

Inheritance
Bound<TValue>
Inherited Members

Constructors

Bound(TValue, bool)

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

Properties

Inclusive

Gets whether the bound is inclusive or not.

Value

Gets the bound value.