Function GenericConvertorContainer.remove

Remove an convertor factory from GenericConvertorContainer with identity.

GenericConvertorContainer!(FromType,DefaultConvertorFactory) remove (
  string key
);

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

Parameters

NameDescription
key the identity of convertor factory to be removed.

Return

GenericConvertorContainer!(FromType, DefaultConvertorFactory)