C# Class IronRuby.Compiler.Ast.AstGenerator.VariableScope

Inheritance: LexicalScope
Afficher le fichier Open project: jschementi/iron

Méthodes publiques

Méthode Description
VariableScope ( ScopeBuilder locals, System.Linq.Expressions selfVariable, System.Linq.Expressions runtimeScopeVariable ) : System

Method Details

VariableScope() public méthode

public VariableScope ( ScopeBuilder locals, System.Linq.Expressions selfVariable, System.Linq.Expressions runtimeScopeVariable ) : System
locals ScopeBuilder
selfVariable System.Linq.Expressions
runtimeScopeVariable System.Linq.Expressions
Résultat System