| ConventionPackRemove Method | 
            Removes the named convention.
            
 
Namespace: MongoDB.Bson.Serialization.ConventionsAssembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.3.0
 Syntax
Syntaxpublic 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
See Also