MatchBoxIoc

MatchBoxIoc is a small-footprint IOC container. At its heart is a simple Dictionary that has a string and a Delegate as the key/value pair. The key is the Type name and the value is a delegate that encapsulates the getter for the type. It operates by simply looking up the Type name and invoking the delegate that’s associated with it. https://github.com/geswan/Matchbox/wiki


Keywords
Install
Install-Package MatchBoxIoc -Version 1.0.0

Documentation

Matchbox

MatchBox is a small IOC container. At its heart is a simple Dictionary that has a string and a Delegate as the key/value pair. The key is the Type name and the value is a delegate that encapsulates the getter for the type.