| IPostProcessingConventionPostProcess Method | 
            Applies a post processing modification to the class map.
            
 
Namespace: MongoDB.Bson.Serialization.ConventionsAssembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.3.0
 Syntax
Syntaxvoid PostProcess(
	BsonClassMap classMap
)
Sub PostProcess ( 
	classMap As BsonClassMap
)
abstract PostProcess : 
        classMap : BsonClassMap -> unit 
Parameters
- classMap
- Type: MongoDB.Bson.SerializationBsonClassMap
 The class map.
 See Also
See Also