C# Class IronPython.Runtime.Binding.ContextArgBuilder

ArgBuilder which provides the CodeContext parameter to a method.
Inheritance: ArgBuilder
显示文件 Open project: jschementi/iron

Public Methods

Method Description
ContextArgBuilder ( ParameterInfo info ) : System.Linq.Expressions

Protected Methods

Method Description
ToExpression ( OverloadResolver resolver, Microsoft.Scripting.Actions.Calls.RestrictedArguments args, bool hasBeenUsed ) : Expression

Method Details

ContextArgBuilder() public method

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

ToExpression() protected method

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
return Expression