C# Class IronPython.Compiler.Parser.WithItem

Afficher le fichier Open project: jschementi/iron

Méthodes publiques

Свойство Type Description
ContextManager IronPython.Compiler.Ast.Expression
Start int
Variable IronPython.Compiler.Ast.Expression

Méthodes publiques

Méthode Description
WithItem ( int start, Expression contextManager, Expression variable ) : System

Method Details

WithItem() public méthode

public WithItem ( int start, Expression contextManager, Expression variable ) : System
start int
contextManager IronPython.Compiler.Ast.Expression
variable IronPython.Compiler.Ast.Expression
Résultat System

Property Details

ContextManager public_oe property

public Expression,IronPython.Compiler.Ast ContextManager
Résultat IronPython.Compiler.Ast.Expression

Start public_oe property

public int Start
Résultat int

Variable public_oe property

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