ConventionBase Constructor (String) |
Initializes a new instance of the ConventionBase class.
Namespace: MongoDB.Bson.Serialization.ConventionsAssembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.3.0
Syntax protected ConventionBase(
string name
)
Protected Sub New (
name As String
)
new :
name : string -> ConventionBase
Parameters
- name
- Type: SystemString
The name of the convention.
See Also