C# Class DartSharp.Expressions.ArithmeticUnaryExpression

Inheritance: UnaryExpression
ファイルを表示 Open project: ajlopez/DartSharp Class Usage Examples

Public Methods

Method Description
Apply ( object value ) : object
ArithmeticUnaryExpression ( ArithmeticOperator operation, IExpression expression ) : System

Method Details

Apply() public method

public Apply ( object value ) : object
value object
return object

ArithmeticUnaryExpression() public method

public ArithmeticUnaryExpression ( ArithmeticOperator operation, IExpression expression ) : System
operation ArithmeticOperator
expression IExpression
return System