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