Method RegisterCustomTypeMapper
RegisterCustomTypeMapper(Type, ICustomBsonTypeMapper)
Registers a custom type mapper.
public static void RegisterCustomTypeMapper(Type type, ICustomBsonTypeMapper customTypeMapper)
Parameters
typeTypeThe type.
customTypeMapperICustomBsonTypeMapperA custom type mapper.