MongoDB.Bson.Serialization.Options.BsonBaseSerializationOptions.ApplyAttribute C# (CSharp) Метод

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

Apply an attribute to these serialization options and modify the options accordingly.
public ApplyAttribute ( IBsonSerializer serializer, Attribute attribute ) : void
serializer IBsonSerializer The serializer that these serialization options are for.
attribute System.Attribute The serialization options attribute.
Результат void
        public virtual void ApplyAttribute(IBsonSerializer serializer, Attribute attribute)
        {
            throw new NotSupportedException();
        }