Constructor DelegatePostProcessingConvention
- Namespace
- MongoDB.Bson.Serialization.Conventions
- Assembly
- MongoDB.Bson.dll
DelegatePostProcessingConvention(string, Action<BsonClassMap>)
Initializes a new instance of the DelegatePostProcessingConvention class.
public DelegatePostProcessingConvention(string name, Action<BsonClassMap> action)
Parameters
name
stringThe name.
action
Action<BsonClassMap>The delegate.