C# Class IronPython.Compiler.Ast.ScopeStatement.ClosureInfo

Afficher le fichier Open project: jschementi/iron

Méthodes publiques

Свойство Type Description
AccessedInScope bool
Variable PythonVariable

Méthodes publiques

Méthode Description
ClosureInfo ( PythonVariable variable, bool accessedInScope ) : System

Method Details

ClosureInfo() public méthode

public ClosureInfo ( PythonVariable variable, bool accessedInScope ) : System
variable PythonVariable
accessedInScope bool
Résultat System

Property Details

AccessedInScope public_oe property

public bool AccessedInScope
Résultat bool

Variable public_oe property

public PythonVariable,IronPython.Compiler.Ast Variable
Résultat PythonVariable