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

Inheritance: NewAdapter
Afficher le fichier Open project: jschementi/iron

Méthodes publiques

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

Method Details

ConstructorNewAdapter() public méthode

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
Résultat System.Linq.Expressions

GetExpression() public méthode

public GetExpression ( PythonBinder binder ) : DynamicMetaObject
binder PythonBinder
Résultat DynamicMetaObject