IConventionPackConventions Property |
Gets the conventions.
Namespace: MongoDB.Bson.Serialization.ConventionsAssembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.1.0
Syntax IEnumerable<IConvention> Conventions { get; }
ReadOnly Property Conventions As IEnumerable(Of IConvention)
Get
abstract Conventions : IEnumerable<IConvention> with get
Property Value
Type:
IEnumerableIConventionSee Also