C# 클래스 IronPython.Runtime.Binding.PythonOverloadResolverFactory

상속: Microsoft.Scripting.Actions.Calls.OverloadResolverFactory
파일 보기 프로젝트 열기: jschementi/iron 1 사용 예제들

공개 메소드들

메소드 설명
CreateOverloadResolver ( IList args, CallSignature signature, CallTypes callType ) : DefaultOverloadResolver
PythonOverloadResolverFactory ( PythonBinder binder, Expression codeContext ) : System.Linq.Expressions

메소드 상세

CreateOverloadResolver() 공개 메소드

public CreateOverloadResolver ( IList args, CallSignature signature, CallTypes callType ) : DefaultOverloadResolver
args IList
signature CallSignature
callType CallTypes
리턴 Microsoft.Scripting.Actions.DefaultOverloadResolver

PythonOverloadResolverFactory() 공개 메소드

public PythonOverloadResolverFactory ( PythonBinder binder, Expression codeContext ) : System.Linq.Expressions
binder PythonBinder
codeContext Expression
리턴 System.Linq.Expressions