Info
| Version: | 1.0.0.1 |
| Author(s): | George Swan |
| Last Update: | Monday, September 5, 2016 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/geswan/Matchbox |
| NuGet Url: | https://www.nuget.org/packages/MatchBoxIoc |
Install
Install-Package MatchBoxIoc
dotnet add package MatchBoxIoc
paket add MatchBoxIoc
MatchBoxIoc Download (Unzip the "nupkg" after downloading)
Dependencies
- Prism.Wpf(>= 6.2.0)
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.