CSMongo.MongoOid.MongoOid C# (CSharp) Method

MongoOid() public method

Creates an new Oid with the provided bytes - Must be 12 bytes long
public MongoOid ( byte identifier ) : System
identifier byte
return System
        public MongoOid(byte[] identifier)
        {
            this.Value = identifier;
        }

Same methods

MongoOid::MongoOid ( ) : System
MongoOid::MongoOid ( string id ) : System