You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
441 B
19 lines
441 B
# 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 <!--Add links to wiki-->
|
|
- Example usage:
|
|
|
|
1. Instantiating Container:
|
|
|
|
```c#
|
|
IocContainer container = new IocContainer();
|
|
```
|
|
|
|
2. more...
|
|
|
|
- demo project
|
|
|