DynamicBinder 1.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package DynamicBinder --version 1.0.0
NuGet\Install-Package DynamicBinder -Version 1.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="DynamicBinder" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DynamicBinder --version 1.0.0
#r "nuget: DynamicBinder, 1.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install DynamicBinder as a Cake Addin
#addin nuget:?package=DynamicBinder&version=1.0.0

// Install DynamicBinder as a Cake Tool
#tool nuget:?package=DynamicBinder&version=1.0.0

This library allows you to dynamic access to object methods, properties, and fields
     even if they are private members by Reflection technology.
     You can access the both of object instance members and class static members by name
     that specified string argument at runtime not compile time, or C# 4.0 "dynamic" syntax.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on DynamicBinder:

Repository Stars
jsakamoto/Toolbelt.Blazor.I18nText
The class library that provides the ability to localize texts on your Blazor app!
Version Downloads Last updated
2.2.0 290 12/31/2023
2.1.0 76 12/28/2023
2.0.0 3,099 3/28/2022
1.5.1 5,034 12/22/2017
1.5.0 19,749 4/22/2014
1.4.0 1,381 4/18/2014
1.3.0 1,219 3/14/2014
1.2.0 1,239 3/12/2014
1.1.0 1,220 3/1/2014
1.0.0 1,345 2/22/2014