OptionalT Methods |
The OptionalT generic type exposes the following members.
Name | Description | |
---|---|---|
Equals | (Inherited from ValueType.) | |
GetHashCode | (Inherited from ValueType.) | |
GetType | (Inherited from Object.) | |
Replaces |
Returns a value indicating whether this optional parameter contains a value that is not equal to an existing value.
| |
ToString | (Inherited from ValueType.) | |
WithDefault |
Returns either the value of this optional parameter if it has a value, otherwise a default value.
|
Name | Description | |
---|---|---|
ToBson |
Serializes an object to a BSON byte array.
(Defined by BsonExtensionMethods.) | |
ToBsonDocument |
Serializes an object to a BsonDocument.
(Defined by BsonExtensionMethods.) | |
ToJson |
Serializes an object to a JSON string.
(Defined by BsonExtensionMethods.) |