C# Class AjScript.Expressions.ArithmeticUnaryExpression

Inheritance: UnaryExpression
Mostrar archivo Open project: ajlopez/AjScript 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