ExpressionDelegates is a tool which generates delegates to properties, fields, methods and constructors used in linq expression trees. This package contains only the base classes required for expression delegates' usage. It should be used in projects that do not contain any linq expressions to generate delegates from, but make use of the delegates generated for other assemblies. Delegates generation is provided via the main `ExpressionDelegates.Generation` package.
$ dotnet add package ExpressionDelegates.BaseNo README available.