FastMember.Signed 1.5.0
In .NET reflection is slow... 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.
No packages depend on FastMember.Signed.
.NET Framework 4.6.1
- No dependencies.
.NET Core 2.0
- No dependencies.
.NET Standard 2.0
- Microsoft.CSharp (>= 4.5.0)
- System.Data.Common (>= 4.3.0)
- System.Reflection (>= 4.3.0)
- System.Reflection.Emit (>= 4.3.0)
- System.Reflection.Emit.ILGeneration (>= 4.3.0)
- System.Reflection.Emit.Lightweight (>= 4.3.0)
- System.Security.Permissions (>= 4.5.0)