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

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

Méthodes publiques

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

Method Details

BuiltinNewAdapter() public méthode

public BuiltinNewAdapter ( ArgumentValues ai, IronPython.Runtime.Types.PythonType creating, IronPython.Runtime.Types.BuiltinFunction ctor, PythonContext state, Expression codeContext ) : System.Linq.Expressions
ai ArgumentValues
creating IronPython.Runtime.Types.PythonType
ctor IronPython.Runtime.Types.BuiltinFunction
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