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