C# 클래스 DartSharp.Expressions.ArithmeticBinaryExpression

상속: BinaryExpression
파일 보기 프로젝트 열기: ajlopez/DartSharp 1 사용 예제들

공개 메소드들

메소드 설명
Apply ( object leftValue, object rightValue ) : object
ArithmeticBinaryExpression ( ArithmeticOperator operation, IExpression left, IExpression right ) : System

비공개 메소드들

메소드 설명
AddOrConcatenateObjects ( object left, object right ) : object

메소드 상세

Apply() 공개 메소드

public Apply ( object leftValue, object rightValue ) : object
leftValue object
rightValue object
리턴 object

ArithmeticBinaryExpression() 공개 메소드

public ArithmeticBinaryExpression ( ArithmeticOperator operation, IExpression left, IExpression right ) : System
operation ArithmeticOperator
left IExpression
right IExpression
리턴 System