DelegateClassMapConvention Constructor |
Namespace:
MongoDB.Bson.Serialization.Conventions
Assembly:
MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.10.0+569905ff5e778c38ea19d9d0392496a83e1704ed
Syntax public DelegateClassMapConvention(
string name,
Action<BsonClassMap> action
)
Public Sub New (
name As String,
action As Action(Of BsonClassMap)
)
new :
name : string *
action : Action<BsonClassMap> -> DelegateClassMapConvention
Parameters
- name
- Type: SystemString
The name. - action
- Type: SystemActionBsonClassMap
The delegate.
See Also