Info
| Version: | 1.1.0 |
| Author(s): | Andrey Shchekin |
| Last Update: | Tuesday, January 27, 2015 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | http://github.com/ashmind/infoof |
| NuGet Url: | https://www.nuget.org/packages/InfoOf |
Install
Install-Package InfoOf
dotnet add package InfoOf
paket add InfoOf
InfoOf Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
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>>.