C# 클래스 IronRuby.Runtime.Calls.RubyOverloadResolver.RubyContextArgBuilder

상속: ArgBuilder
파일 보기 프로젝트 열기: ExpertsInside/IronSP

공개 메소드들

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

보호된 메소드들

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

메소드 상세

RubyContextArgBuilder() 공개 메소드

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