BsonMemberMapApplyDefaultValue Method |
Applies the default value to the member of an object.
Namespace:
MongoDB.Bson.Serialization
Assembly:
MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.18.0+554c799eb1ec8dd732f16c739387f6664df1ba7a
Syntax public void ApplyDefaultValue(
Object obj
)
Public Sub ApplyDefaultValue (
obj As Object
)
member ApplyDefaultValue :
obj : Object -> unit
Parameters
- obj
- Type: SystemObject
The object.
See Also