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();
        }