FastReflection 1.0.0.20

dotnet add package FastReflection --version 1.0.0.20
NuGet\Install-Package FastReflection -Version 1.0.0.20
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="FastReflection" Version="1.0.0.20" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FastReflection --version 1.0.0.20
#r "nuget: FastReflection, 1.0.0.20"
#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 FastReflection as a Cake Addin
#addin nuget:?package=FastReflection&version=1.0.0.20

// Install FastReflection as a Cake Tool
#tool nuget:?package=FastReflection&version=1.0.0.20

FastReflection was forked on March 8, 2011 from a CodePlex project created by Darren Kopp.

Here is the first part of project description from CodePlex:

"The Fast Reflection project provides a way to speed up the time it takes to interact with the member of a type by reflection. Currently, only properties are supported, but I am planning on creating similar classes for all member types.

"The Fast Reflection project allows you to cut down the time it takes to invoke members via reflection through the use of Expression trees and Delegates.

"You can read more about the code on my first write up about it on my blog. There have been quite a few changes since I originally wrote that and the code released here, but the premise is basically still the same.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
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

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0.20 5,967 11/24/2014