Table of Contents

Interface IConventionPack

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

Represents a grouping of conventions.

public interface IConventionPack
Extension Methods

Properties

Conventions

Gets the conventions.

IEnumerable<IConvention> Conventions { get; }

Property Value

IEnumerable<IConvention>