Click or drag to resize
Optional<T>Implicit Conversion (T to Optional<T>)

Namespace: MongoDB.Driver
Assembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.2.0
Syntax
public static implicit operator Optional<T> (
	T value
)

Parameters

value
Type: T
The value.

Return Value

Type: Optional<T>
The result of the conversion.
See Also