ConventionPack.Remove Method (original) (raw)

MongoDB .NET Driver API Documentation

Click or drag to resizeClick or drag to resize

ConventionPackRemove Method

Removes the named convention.

Namespace: MongoDB.Bson.Serialization.Conventions
Assembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.10.0+569905ff5e778c38ea19d9d0392496a83e1704ed

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

Reference