A Dynamic object that lets you check for unassigned/non-existent properties by simply checking for null, without throwing or having to use Reflection.
Info
Version: | 1.1.0 |
Author(s): | Chris Moschini |
Last Update: | Tuesday, December 10, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/b9chris/GracefulDynamicDictionary |
NuGet Url: | https://www.nuget.org/packages/GracefulDynamicDictionary |
Install
Install-Package GracefulDynamicDictionary
dotnet add package GracefulDynamicDictionary
paket add GracefulDynamicDictionary
GracefulDynamicDictionary Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.CSharp(>= 4.0.0)
Tags