ICreatorMapConventionApply Method |
Applies a modification to the creator map.
Namespace:
MongoDB.Bson.Serialization.Conventions
Assembly:
MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.22.0+75246110ed1247226fcc7f8eb2c54ffab745693e
Syntax void Apply(
BsonCreatorMap creatorMap
)
Sub Apply (
creatorMap As BsonCreatorMap
)
abstract Apply :
creatorMap : BsonCreatorMap -> unit
Parameters
- creatorMap
- Type: MongoDB.Bson.SerializationBsonCreatorMap
The creator map.
See Also