# Lightweight IOC Container A lightweight IOC Container that is powerful enough to do all the things you need it to do. *This project and its documentation are currently under development.* ## Get started with the Lightweight IOC Container - How to install - Example usage: 1. Instantiating Container: ```c# InjectorContainer container = new InjectorContainer(); ``` 2. more... - demo project