Class DefaultConventionPack
- Namespace
- MongoDB.Bson.Serialization.Conventions
- Assembly
- MongoDB.Bson.dll
Convention pack of defaults.
public class DefaultConventionPack : IConventionPack
- Inheritance
-
DefaultConventionPack
- Implements
- Inherited Members
- Extension Methods
Properties
Conventions
Gets the conventions.
public IEnumerable<IConvention> Conventions { get; }
Property Value
Instance
Gets the instance.
public static IConventionPack Instance { get; }