ConventionPackRemove Method |
Removes the named convention.
Namespace: MongoDB.Bson.Serialization.ConventionsAssembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.1.0
Syntax public void Remove(
string name
)
Public Sub Remove (
name As String
)
member Remove :
name : string -> unit
Parameters
- name
- Type: SystemString
The name of the convention.
See Also