Click or drag to resize

OptionalT Methods

The OptionalT generic type exposes the following members.

Methods
  NameDescription
Public methodEquals (Inherited from ValueType.)
Public methodGetHashCode (Inherited from ValueType.)
Public methodGetType (Inherited from Object.)
Public methodReplaces
Returns a value indicating whether this optional parameter contains a value that is not equal to an existing value.
Public methodToString (Inherited from ValueType.)
Public methodWithDefault
Returns either the value of this optional parameter if it has a value, otherwise a default value.
Top
Extension Methods
  NameDescription
Public Extension MethodToBson
Serializes an object to a BSON byte array.
(Defined by BsonExtensionMethods.)
Public Extension MethodToBsonDocument
Serializes an object to a BsonDocument.
(Defined by BsonExtensionMethods.)
Public Extension MethodToJson
Serializes an object to a JSON string.
(Defined by BsonExtensionMethods.)
Top
See Also