GenericConvertorContainer.remove

Remove an convertor factory from GenericConvertorContainer with identity.

Remove an convertor factory from GenericConvertorContainer with identity. If there is no convertor factory by provided identity, then no action is performed.

class GenericConvertorContainer(FromType, alias DefaultConvertorFactory)
GenericConvertorContainer!(FromType, DefaultConvertorFactory)
remove
(
string key
)

Parameters

key string

the identity of convertor factory to be removed.

Return: GenericConvertorContainer!(FromType, DefaultConvertorFactory)

Meta