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