Z.Linq.Expressions.Extensions
1.0.1
dotnet add package Z.Linq.Expressions.Extensions --version 1.0.1
NuGet\Install-Package Z.Linq.Expressions.Extensions -Version 1.0.1
<PackageReference Include="Z.Linq.Expressions.Extensions" Version="1.0.1" />
paket add Z.Linq.Expressions.Extensions --version 1.0.1
#r "nuget: Z.Linq.Expressions.Extensions, 1.0.1"
// Install Z.Linq.Expressions.Extensions as a Cake Addin #addin nuget:?package=Z.Linq.Expressions.Extensions&version=1.0.1 // Install Z.Linq.Expressions.Extensions as a Cake Tool #tool nuget:?package=Z.Linq.Expressions.Extensions&version=1.0.1
Linq.Expressions extensions add MUST-HAVE method to expression like getting property and property accessor from lambda expressions.
Lambda Expression
- GetProperties
- GetProperty
- GetPropertyAccessor
- GetPropertyAccessors
- GetField
- GetFields
- GetFieldAccessor
- GetFieldsAccessors
- GetPropertiesOrFields
- GetPropertyOrField
- GetPropertyOrFieldAccessor
- GetPropertyOrFieldAccessors
PropertyAccessor
- Property
- PropertyPaths
- GetValue
- GetValue<T>
- SetValue
FieldAccessor
- Field
- FieldPaths
- GetValue
- GetValue<T>
- SetValue
PropertyOrFieldAccessor
- PropertyOrField
- PropertyOrFieldPaths
- GetValue
- GetValue<T>
- SetValue
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
This package has no dependencies.
GitHub repositories
This package is not used by any popular GitHub repositories.