Introduces the `let` class, which is capable of storing arbitrary values and properties.
Info
Version: | 0.1.2 |
Author(s): | Wil Stead |
Last Update: | Sunday, August 20, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/WilStead/UniversalVariable |
NuGet Url: | https://www.nuget.org/packages/UniversalVariable |
Install
Install-Package UniversalVariable
dotnet add package UniversalVariable
paket add UniversalVariable
UniversalVariable Download (Unzip the "nupkg" after downloading)
Dependencies
- NETStandard.Library(>= 1.6.1)
- Microsoft.CSharp(>= 4.4.0)
- System.Dynamic.Runtime(>= 4.3.0)