Method GetModule
GetModule<T>()
Get the module of the given type, if it has been loaded
Declaration
public T GetModule<T>() where T : IModule
Returns
Type | Description |
---|---|
T | The module, if it has been loaded, or the default value for that type |
Type Parameters
Name | Description |
---|---|
T | The type of module |