C# 클래스 Wire.Compilation.ExpressionEx

파일 보기 프로젝트 열기: akkadotnet/Wire

공개 메소드들

메소드 설명
GetNewExpression ( Type type ) : Expression
ToConstant ( this self ) : ConstantExpression

메소드 상세

GetNewExpression() 공개 정적인 메소드

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

ToConstant() 공개 정적인 메소드

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