Info
Version: | 2.2.0 |
Author(s): | J.Sakamoto |
Last Update: | Sunday, December 31, 2023 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/jsakamoto/dynamicbinder |
NuGet Url: | https://www.nuget.org/packages/DynamicBinder |
Install
Install-Package DynamicBinder
dotnet add package DynamicBinder
paket add DynamicBinder
DynamicBinder Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.0
No dependencies.
No dependencies.
You can access both object instance members and class static members by name that specified string argument at runtime, not compile-time, or C# 4.0 "dynamic" syntax.