C# Class Wire.Compilation.ExpressionEx

Mostrar archivo Open project: akkadotnet/Wire

Public Methods

Method Description
GetNewExpression ( Type type ) : Expression
ToConstant ( this self ) : ConstantExpression

Method Details

GetNewExpression() public static method

public static GetNewExpression ( Type type ) : Expression
type System.Type
return System.Linq.Expressions.Expression

ToConstant() public static method

public static ToConstant ( this self ) : ConstantExpression
self this
return System.Linq.Expressions.ConstantExpression