CdmNode.removeMember

bool removeMember(string key) pure nothrow @safe

Removes a member by key from this OBJECT.

If the key does not exist, this is a no-op. If this node is not an OBJECT, this is a no-op.

Parameters

keyThe key of the member to remove.

Returns

true if a member was removed, false otherwise.