Method SetCreator
- Namespace
- MongoDB.Bson.Serialization
- Assembly
- MongoDB.Bson.dll
SetCreator(Func<object>)
Sets the creator for the object.
public BsonClassMap SetCreator(Func<object> creator)
Parameters
Returns
- BsonClassMap
The class map (so method calls can be chained).