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
Показать файл Открыть проект

Открытые методы

Метод Описание
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