Modules<T>.Unregister
Method in Modules<T>
Implements IModular<T>.Unregister
Declaration
public bool Unregister(T module)Description
Unregisters a module from the entity.
Parameters
| module | The module to unregister. |
Returns
| bool | True if the module was unregistered, false if the module cannot be unregistered. |