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

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

Initializes a new instance of the RepresentationSerializationOptions class.
public RepresentationSerializationOptions ( BsonType representation ) : System
representation BsonType The external representation.
Результат System
        public RepresentationSerializationOptions(BsonType representation)
        {
            _representation = representation;
        }

Same methods

RepresentationSerializationOptions::RepresentationSerializationOptions ( BsonType representation, bool allowOverflow, bool allowTruncation ) : System