Method AddIsland
AddIsland(FunctionalityIsland)
Set up a Functionality Island and add it to the list of islands This must be done before the FunctionalityInjectionModule is loaded The recommended pattern is to implement IModuleDependency<FunctionalityInjectionModule> and add the island in ConnectDependency. If a hard dependency is not possible, ensure your module has a load order which is earlier than FunctionalityInjectionModule and add the island in LoadModule
Declaration
public void AddIsland(FunctionalityIsland island)
Parameters
Type | Name | Description |
---|---|---|
FunctionalityIsland | island | The functionality island to add to the list of islands |