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

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

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