Table of Contents

Method Remove

Namespace
MongoDB.Bson.Serialization.Conventions
Assembly
MongoDB.Bson.dll

Remove(string)

Removes the conventions specified by the given name.

public static void Remove(string name)

Parameters

name string

The name.

Remarks

Removing a convention allows the removal of the special defaults conventions and the attributes conventions for those who want to completely customize the experience.