C# Class Wire.Compilation.ExpressionEx

Afficher le fichier Open project: akkadotnet/Wire

Méthodes publiques

Méthode Description
GetNewExpression ( Type type ) : Expression
ToConstant ( this self ) : ConstantExpression

Method Details

GetNewExpression() public static méthode

public static GetNewExpression ( Type type ) : Expression
type System.Type
Résultat System.Linq.Expressions.Expression

ToConstant() public static méthode

public static ToConstant ( this self ) : ConstantExpression
self this
Résultat System.Linq.Expressions.ConstantExpression