GcRegisteringContainer.remove

Remove an object factory from container.

class GcRegisteringContainer
static if(is(T : Storage!(ObjectFactory, string)))
remove
(
string identity
)

Parameters

identity string

identity of factory to be removed

Return Value

Type: GcRegisteringContainer!T

typeof(this)

Meta