C# Класс IronPython.Runtime.Binding.MetaPythonType.ConstructorNewAdapter

Наследование: NewAdapter
Показать файл Открыть проект

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

Метод Описание
ConstructorNewAdapter ( ArgumentValues ai, IronPython.Runtime.Types.PythonType creating, PythonContext state, Expression codeContext ) : System.Linq.Expressions
GetExpression ( PythonBinder binder ) : DynamicMetaObject

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

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

public ConstructorNewAdapter ( ArgumentValues ai, IronPython.Runtime.Types.PythonType creating, PythonContext state, Expression codeContext ) : System.Linq.Expressions
ai ArgumentValues
creating IronPython.Runtime.Types.PythonType
state PythonContext
codeContext System.Linq.Expressions.Expression
Результат System.Linq.Expressions

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

public GetExpression ( PythonBinder binder ) : DynamicMetaObject
binder PythonBinder
Результат DynamicMetaObject