Info
Version: | 1.1.0 |
Author(s): | Marc Gravell |
Last Update: | Thursday, December 14, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/mgravell/fast-member |
NuGet Url: | https://www.nuget.org/packages/FastMember.NetCore |
Install
Install-Package FastMember.NetCore
dotnet add package FastMember.NetCore
paket add FastMember.NetCore
FastMember.NetCore Download (Unzip the "nupkg" after downloading)
Dependencies
- System.Reflection.Emit(>= 4.3.0)
Tags
well, kinda slow. If you need access to the members of an arbitrary type, with the type and member-names known only at runtime - then it is frankly hard (especially for DLR types).
This library makes such access easy and fast. Fastmember re-compiled for .NetCore.