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
stringThe name.
convention
IConventionThe convention.