CSMongo.MongoDocument.ToBsonByteArray C# (CSharp) 메소드

ToBsonByteArray() 공개 메소드

Handles rendering the bytes required to create this type
public ToBsonByteArray ( ) : byte[]
리턴 byte[]
        public override byte[] ToBsonByteArray()
        {
            if (this.Id == null) { this.GenerateId(); }
            return base.ToBsonByteArray();
        }