MatchboxCore

MatchBox is a small IOC container. At its heart is a simple Dictionary that has a string / 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. See https://github.com/geswan/Matchbox/wiki


Keywords
Install
Install-Package MatchboxCore -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.