Function SingletonContainer.remove

Remove an object factory from container.

SingletonContainer remove (
  string key
);

Parameters

NameDescription
key identity of factory to be removed

Returns

typeof(this)