Click or drag to resize
NamedParameterCreatorMapConvention.Apply Method
Applies a modification to the creator map.

Namespace: MongoDB.Bson.Serialization.Conventions
Assembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.4.1
Syntax
public void Apply(
	BsonCreatorMap creatorMap
)

Parameters

creatorMap
Type: MongoDB.Bson.Serialization.BsonCreatorMap
The creator map.

Implements

ICreatorMapConvention.Apply(BsonCreatorMap)
See Also