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

ArgBuilder which provides the CodeContext parameter to a method.
상속: ArgBuilder
파일 보기 프로젝트 열기: jschementi/iron

공개 메소드들

메소드 설명
ContextArgBuilder ( ParameterInfo info ) : System.Linq.Expressions

보호된 메소드들

메소드 설명
ToExpression ( OverloadResolver resolver, Microsoft.Scripting.Actions.Calls.RestrictedArguments args, bool hasBeenUsed ) : Expression

메소드 상세

ContextArgBuilder() 공개 메소드

public ContextArgBuilder ( ParameterInfo info ) : System.Linq.Expressions
info System.Reflection.ParameterInfo
리턴 System.Linq.Expressions

ToExpression() 보호된 메소드

protected ToExpression ( OverloadResolver resolver, Microsoft.Scripting.Actions.Calls.RestrictedArguments args, bool hasBeenUsed ) : Expression
resolver Microsoft.Scripting.Actions.Calls.OverloadResolver
args Microsoft.Scripting.Actions.Calls.RestrictedArguments
hasBeenUsed bool
리턴 Expression