Click or drag to resize
ConventionPack.Conventions Property
Gets the conventions.

Namespace: MongoDB.Bson.Serialization.Conventions
Assembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.4.1
Syntax
public IEnumerable<IConvention> Conventions { get; }

Property Value

Type: IEnumerable<IConvention>

Implements

IConventionPack.Conventions
See Also