Table of Contents

Method InsertBefore

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

InsertBefore(string, IConvention)

Inserts the convention before another convention specified by the name.

public void InsertBefore(string name, IConvention convention)

Parameters

name string

The name.

convention IConvention

The convention.