Method InsertAfter
- Namespace
- MongoDB.Bson.Serialization.Conventions
- Assembly
- MongoDB.Bson.dll
InsertAfter(string, IConvention)
Inserts the convention after another convention specified by the name.
public void InsertAfter(string name, IConvention convention)
Parameters
name
stringThe name.
convention
IConventionThe convention.