MongoDB.Bson.Serialization.Attributes.BsonDefaultValueAttribute.BsonDefaultValueAttribute C# (CSharp) Метод

BsonDefaultValueAttribute() публичный Метод

Initializes a new instance of the BsonDefaultValueAttribute class.
public BsonDefaultValueAttribute ( object defaultValue ) : System
defaultValue object The default value.
Результат System
        public BsonDefaultValueAttribute(object defaultValue)
        {
            _defaultValue = defaultValue;
        }
BsonDefaultValueAttribute