IModular<T>.Unregister
Method in IModular<T>
Declaration
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. |