BsonClassMapCreatorMaps Property |
Gets the constructor maps.
Namespace:
MongoDB.Bson.Serialization
Assembly:
MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.22.0+75246110ed1247226fcc7f8eb2c54ffab745693e
Syntax public IEnumerable<BsonCreatorMap> CreatorMaps { get; }
Public ReadOnly Property CreatorMaps As IEnumerable(Of BsonCreatorMap)
Get
member CreatorMaps : IEnumerable<BsonCreatorMap> with get
Property Value
Type:
IEnumerableBsonCreatorMapSee Also