wax:用于操作表达式树的有用函数的 .NET 库

时间:2024-07-08 10:05:18
【文件属性】:

文件名称:wax:用于操作表达式树的有用函数的 .NET 库

文件大小:8KB

文件格式:ZIP

更新时间:2024-07-08 10:05:18

c-sharp linq sql expression-tree C#

蜡 Wax 源于我对 Linq-to-SQL 无法处理InvocationExpression的挫败感,因此它的主要目的是允许保存和重用常用表达式,而不是每次都逐字重复。 Wax 还包含一些我发现在处理表达式时很有用的其他函数。 using System ; using System . Linq . Expressions ; using ExpressionKit . Unwrap ; static class Example { static Expression < Func>> Square = x => x * x ; static Expression < Func>> SquSquare = Wax . Unwrap < int>( x => Square . Expand ( Squar


【文件预览】:
wax-master
----.gitignore(24B)
----Tupfile(79B)
----InvertVisitor.cs(3KB)
----ConstantValueMethodAttribute.cs(384B)
----ReplaceVisitor.cs(1KB)
----LICENSE(1KB)
----UnwrapVisitor.cs(5KB)
----README.md(4KB)
----UnwrappableMethod.cs(423B)
----Wax.cs(11KB)

网友评论