Skip to content

ashmind/infoof

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a helper library that allows you to get properties/fields/methods using lambda expressions. Example:

var property = Info.PropertyOf<You>(u => u.Property);

I'm pretty sure I've seen other libraries for that before, but now I can't find them.
LambdaReflection looks cool, but brings in the whole DelegateDecompiler, which feels like an overkill.

NuGet:

Install-Package InfoOf 

About

Info.PropertyOf<You>(u => u.Bases)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published