Initializes a new instance of the
OptionalT struct with a value.
Namespace:
MongoDB.Driver
Assembly:
MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.7.3+Branch.v2.7.x.Sha.2f1f2be13a23b8520cb9c2ee8439c022f9a03efe
Syntax public Optional(
T value
)
Public Sub New (
value As T
)
new :
value : 'T -> Optional
Parameters
- value
- Type: T
The value of the parameter.
See Also