ValueContainer.remove

Remove an object from ValueContainer with identity.

Remove an object from ValueContainer with identity. If there is no element by provided identity, then no action is performed.

class ValueContainer
remove
(
string identity
)

Parameters

identity string

the identity of element to be removed.

Return: ValueContainer

Meta