C# Class Jint.Expressions.WithStatement

Inheritance: Statement
Afficher le fichier Open project: joelmartinez/Jint.Phone

Méthodes publiques

Méthode Description
WithStatement ( Expression expression, Statement statement ) : System

Private Methods

Méthode Description
Accept ( IStatementVisitor visitor ) : void

Method Details

WithStatement() public méthode

public WithStatement ( Expression expression, Statement statement ) : System
expression Expression
statement Statement
Résultat System