C# Class AjScript.Expressions.InstanceOfExpression

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

Méthodes publiques

Méthode Description
Apply ( object leftValue, object rightValue ) : object
InstanceOfExpression ( IExpression left, IExpression right ) : System

Method Details

Apply() public méthode

public Apply ( object leftValue, object rightValue ) : object
leftValue object
rightValue object
Résultat object

InstanceOfExpression() public méthode

public InstanceOfExpression ( IExpression left, IExpression right ) : System
left IExpression
right IExpression
Résultat System