OIDImpl.opBinary

Append another component onto the OID.

  1. OID opBinary(OID oid, uint component)
    class OIDImpl
    public
    opBinary
    (
    string op
    )
    (
    in OID oid
    ,)
    if (
    op == "+"
    )
  2. bool opBinary(OID b)

Parameters

oid OID

the OID to add the new component to

component uint

the new component to add

Meta