OIDImpl.opOpAssign

Add a component to this OID.

class OIDImpl
public
void
opOpAssign
(
string op
)
()
if (
op == "~"
)

Parameters

new_comp uint

the new component to add to the end of this OID

Return Value

Type: void

reference to this

Meta