Info
Version: | 1.0.0 |
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/MatchboxCore |
Install
Install-Package MatchboxCore
dotnet add package MatchboxCore
paket add MatchboxCore
MatchboxCore Download (Unzip the "nupkg" after downloading)
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.