Table of Contents

Constructor Optional

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

Optional(T)

Initializes a new instance of the Optional<T> struct with a value.

public Optional(T value)

Parameters

value T

The value of the parameter.