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

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

공개 메소드들

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

메소드 상세

DefaultNewAdapter() 공개 메소드

public DefaultNewAdapter ( 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