C# Class AjScript.Expressions.ArithmeticUnaryExpression

Inheritance: UnaryExpression
Afficher le fichier Open project: ajlopez/AjScript Class Usage Examples

Méthodes publiques

Méthode Description
Apply ( object value ) : object
ArithmeticUnaryExpression ( ArithmeticOperator operation, IExpression expression ) : System

Method Details

Apply() public méthode

public Apply ( object value ) : object
value object
Résultat object

ArithmeticUnaryExpression() public méthode

public ArithmeticUnaryExpression ( ArithmeticOperator operation, IExpression expression ) : System
operation ArithmeticOperator
expression IExpression
Résultat System