Table of Contents

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

IEnumerable<IConvention>

Instance

Gets the instance.

public static IConventionPack Instance { get; }

Property Value

IConventionPack