C# Class IronPython.Runtime.Binding.MetaPythonType.ConstructorNewAdapter

Inheritance: NewAdapter
ファイルを表示 Open project: jschementi/iron

Public Methods

Method Description
ConstructorNewAdapter ( ArgumentValues ai, IronPython.Runtime.Types.PythonType creating, PythonContext state, Expression codeContext ) : System.Linq.Expressions
GetExpression ( PythonBinder binder ) : DynamicMetaObject

Method Details

ConstructorNewAdapter() public method

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
return System.Linq.Expressions

GetExpression() public method

public GetExpression ( PythonBinder binder ) : DynamicMetaObject
binder PythonBinder
return DynamicMetaObject