C# 클래스 DotNetWebToolkit.Cil2Js.Ast.ExprBinary

상속: Expr
파일 보기 프로젝트 열기: chrisdunelm/DotNetWebToolkit 1 사용 예제들

공개 메소드들

메소드 설명
ExprBinary ( Ctx ctx, BinaryOp op, TypeReference type, Expr left, Expr right ) : System
ToString ( ) : string

메소드 상세

ExprBinary() 공개 메소드

public ExprBinary ( Ctx ctx, BinaryOp op, TypeReference type, Expr left, Expr right ) : System
ctx Ctx
op BinaryOp
type Mono.Cecil.TypeReference
left Expr
right Expr
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string