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

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

공개 메소드들

메소드 설명
BuiltinNewAdapter ( ArgumentValues ai, IronPython.Runtime.Types.PythonType creating, IronPython.Runtime.Types.BuiltinFunction ctor, PythonContext state, Expression codeContext ) : System.Linq.Expressions
GetExpression ( PythonBinder binder ) : DynamicMetaObject

메소드 상세

BuiltinNewAdapter() 공개 메소드

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
리턴 System.Linq.Expressions

GetExpression() 공개 메소드

public GetExpression ( PythonBinder binder ) : DynamicMetaObject
binder PythonBinder
리턴 DynamicMetaObject