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

Inheritance: NewAdapter
Mostra file Open project: jschementi/iron

Public Methods

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

Method Details

DefaultNewAdapter() public method

public DefaultNewAdapter ( 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