MongoDB.Bson.Serialization.Attributes.BsonDefaultValueAttribute.BsonDefaultValueAttribute C# (CSharp) Méthode

BsonDefaultValueAttribute() public méthode

Initializes a new instance of the BsonDefaultValueAttribute class.
public BsonDefaultValueAttribute ( object defaultValue ) : System
defaultValue object The default value.
Résultat System
        public BsonDefaultValueAttribute(object defaultValue)
        {
            _defaultValue = defaultValue;
        }
BsonDefaultValueAttribute