Lightweight source only package with TypeMeta class - set of utils that aids in reflection tasks. Consume via <PackageReference Include="Nemesis.Essentials.TypeMeta.Sources" Version="VERSION" PrivateAssets="All" />
This package was built from the source at...
More information
Contains all essential utils that should be build into .NET but somehow are not.
This package was built from the source at https://github.com/nemesissoft/Nemesis.Essentials/tree/70e1f4817654b6f16589315337e60fbd64d0c651
A small set of methods that help getting MemberInfo using lambda expressions.
Example: Info.PropertyOf<YourClass>(c => c.YourProperty);
Releases:
1.1 Added some convenience overloads for the case when you already have Expression<Func<T, TResult>>.