C# Класс IronPython.Compiler.Parser.WithItem

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
ContextManager IronPython.Compiler.Ast.Expression
Start int
Variable IronPython.Compiler.Ast.Expression

Открытые методы

Метод Описание
WithItem ( int start, Expression contextManager, Expression variable ) : System

Описание методов

WithItem() публичный Метод

public WithItem ( int start, Expression contextManager, Expression variable ) : System
start int
contextManager IronPython.Compiler.Ast.Expression
variable IronPython.Compiler.Ast.Expression
Результат System

Описание свойств

ContextManager публичное свойство

public Expression,IronPython.Compiler.Ast ContextManager
Результат IronPython.Compiler.Ast.Expression

Start публичное свойство

public int Start
Результат int

Variable публичное свойство

public Expression,IronPython.Compiler.Ast Variable
Результат IronPython.Compiler.Ast.Expression