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

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

공개 메소드들

메소드 설명
ExprTernary ( Ctx ctx, Expr condition, Expr ifTrue, Expr ifFalse ) : System

메소드 상세

ExprTernary() 공개 메소드

public ExprTernary ( Ctx ctx, Expr condition, Expr ifTrue, Expr ifFalse ) : System
ctx Ctx
condition Expr
ifTrue Expr
ifFalse Expr
리턴 System