5 packages tagged with “methodof”
Exposes 'methodof' and 'propertyof' to any .net language.
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/3eb05b22b296e3cf0b2ef9703b1e5f68a3605cee
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 https://github.com/nemesissoft/Nemesis.Essentials/tree/3eb05b22b296e3cf0b2ef9703b1e5f68a3605cee
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>>.