Click or drag to resize

BsonClassMap.CreatorMaps Property

Gets the constructor maps.

Namespace:  MongoDB.Bson.Serialization
Assembly:  MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.10.0+569905ff5e778c38ea19d9d0392496a83e1704ed
Syntax
public IEnumerable<BsonCreatorMap> CreatorMaps { get; }

Property Value

Type: IEnumerable<BsonCreatorMap>
See Also