C# 클래스 IronPython.Runtime.Binding.MetaPythonType.BuiltinInitAdapter

상속: InitAdapter
파일 보기 프로젝트 열기: jschementi/iron

공개 메소드들

메소드 설명
BuiltinInitAdapter ( ArgumentValues ai, IronPython.Runtime.Types.BuiltinFunction method, PythonContext state, Expression codeContext ) : System.Linq.Expressions
MakeInitCall ( PythonBinder binder, DynamicMetaObject createExpr ) : DynamicMetaObject

메소드 상세

BuiltinInitAdapter() 공개 메소드

public BuiltinInitAdapter ( ArgumentValues ai, IronPython.Runtime.Types.BuiltinFunction method, PythonContext state, Expression codeContext ) : System.Linq.Expressions
ai ArgumentValues
method IronPython.Runtime.Types.BuiltinFunction
state PythonContext
codeContext System.Linq.Expressions.Expression
리턴 System.Linq.Expressions

MakeInitCall() 공개 메소드

public MakeInitCall ( PythonBinder binder, DynamicMetaObject createExpr ) : DynamicMetaObject
binder PythonBinder
createExpr DynamicMetaObject
리턴 DynamicMetaObject