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

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

공개 메소드들

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

메소드 상세

ConstructorNewAdapter() 공개 메소드

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

GetExpression() 공개 메소드

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