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

Inheritance: NewAdapter
显示文件 Open project: jschementi/iron

Public Methods

Method Description
GetExpression ( PythonBinder binder ) : DynamicMetaObject
MixedNewAdapter ( ArgumentValues ai, PythonContext state, Expression codeContext ) : System.Linq.Expressions

Method Details

GetExpression() public method

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

MixedNewAdapter() public method

public MixedNewAdapter ( ArgumentValues ai, PythonContext state, Expression codeContext ) : System.Linq.Expressions
ai ArgumentValues
state PythonContext
codeContext System.Linq.Expressions.Expression
return System.Linq.Expressions