Info
Version: | 1.0.1 |
Last Update: | Friday, June 27, 2014 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://zzzproject.com/linq-expressions-extensions/ |
NuGet Url: | https://www.nuget.org/packages/Z.Linq.Expressions.Extensions |
Install
Install-Package Z.Linq.Expressions.Extensions
dotnet add package Z.Linq.Expressions.Extensions
paket add Z.Linq.Expressions.Extensions
Z.Linq.Expressions.Extensions Download (Unzip the "nupkg" after downloading)
Lambda Expression
- GetProperties
- GetProperty
- GetPropertyAccessor
- GetPropertyAccessors
- GetField
- GetFields
- GetFieldAccessor
- GetFieldsAccessors
- GetPropertiesOrFields
- GetPropertyOrField
- GetPropertyOrFieldAccessor
- GetPropertyOrFieldAccessors
PropertyAccessor
- Property
- PropertyPaths
- GetValue
- GetValue
- SetValue
FieldAccessor
- Field
- FieldPaths
- GetValue
- GetValue
- SetValue
PropertyOrFieldAccessor
- PropertyOrField
- PropertyOrFieldPaths
- GetValue
- GetValue
- SetValue.