C# 클래스 Microsoft.Scripting.Actions.Calls.ParamsDictArgBuilder

Builds the parameter for a params dictionary argument - this collects all the extra name/value pairs provided to the function into a SymbolDictionary which is passed to the function.
상속: ArgBuilder
파일 보기 프로젝트 열기: jschementi/iron

공개 메소드들

메소드 설명
ParamsDictArgBuilder ( ParameterInfo info, int argIndex, string names, int nameIndexes ) : System.Linq.Expressions

보호된 메소드들

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

비공개 메소드들

메소드 설명
BadDictionaryType ( Type dictType ) : InvalidOperationException
ConstantNames ( ) : System.Linq.Expressions.Expression[]
GetCreationDelegate ( Type dictType ) : Func
GetParameters ( Microsoft.Scripting.Actions.Calls.RestrictedArguments args, bool hasBeenUsed ) : List
GetParameters ( bool hasBeenUsed ) : int[]

메소드 상세

ParamsDictArgBuilder() 공개 메소드

public ParamsDictArgBuilder ( ParameterInfo info, int argIndex, string names, int nameIndexes ) : System.Linq.Expressions
info System.Reflection.ParameterInfo
argIndex int
names string
nameIndexes int
리턴 System.Linq.Expressions

ToExpression() 보호된 메소드

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