Table of Contents

Operator implicit operator

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

implicit operator Optional<T>(T)

Performs an implicit conversion from to an Optional<T> with a value.

public static implicit operator Optional<T>(T value)

Parameters

value T

The value.

Returns

Optional<T>

The result of the conversion.