Click or drag to resize

BsonClassMapGetRegisteredClassMaps Method

Gets all registered class maps.

Namespace:  MongoDB.Bson.Serialization
Assembly:  MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.10.0+569905ff5e778c38ea19d9d0392496a83e1704ed
Syntax
public static IEnumerable<BsonClassMap> GetRegisteredClassMaps()

Return Value

Type: IEnumerableBsonClassMap
All registered class maps.
See Also