- change heading to register

master
Simon Gockner 7 years ago
parent ee52314066
commit e6f8bd933a
  1. 2
      Home.md
  2. 2
      Simple-Usage-of-Lightweight-IOC-Container.md

@ -9,7 +9,7 @@ Welcome to the Lightweight IOC Container wiki!
- [[Using source code|Install-Lightweight-IOC-Container#Using-source-code]] - [[Using source code|Install-Lightweight-IOC-Container#Using-source-code]]
- [[Usage|Simple-Usage-of-Lightweight-IOC-Container]] - [[Usage|Simple-Usage-of-Lightweight-IOC-Container]]
- [[Instantiate container|Simple-Usage-of-Lightweight-IOC-Container#Instantiate-Container]] - [[Instantiate container|Simple-Usage-of-Lightweight-IOC-Container#Instantiate-Container]]
- [[Install IIocInstallers|Simple-Usage-of-Lightweight-IOC-Container#Install-IIocInstallers]] - [[Register types with the container|Simple-Usage-of-Lightweight-IOC-Container#Register-types-with-the-container]]
- [[Resolving instances|Simple-Usage-of-Lightweight-IOC-Container#Resolving-Instances]] - [[Resolving instances|Simple-Usage-of-Lightweight-IOC-Container#Resolving-Instances]]
- [[Disposing Container|Simple-Usage-of-Lightweight-IOC-Container#Disposing-Container]] - [[Disposing Container|Simple-Usage-of-Lightweight-IOC-Container#Disposing-Container]]
- Detailed documentation - Detailed documentation

@ -8,7 +8,7 @@ The easiest way to instantiate the `IocContainer` is to create an instance of it
IocContainer container = new IocContainer(); IocContainer container = new IocContainer();
``` ```
## Install `IIocInstaller`s ## Register types with the container
To be able to resolve instances from the `IocContainer`, you need to register them first. To be able to resolve instances from the `IocContainer`, you need to register them first.
There are multiple ways to accomplish this and the best solution depends on the complexity of your project. There are multiple ways to accomplish this and the best solution depends on the complexity of your project.

Loading…
Cancel
Save