C# Class Microsoft.Scripting.Runtime.ArgumentArray

Wraps all arguments passed to a dynamic site with more arguments than can be accepted by a Func/Action delegate. The binder generating a rule for such a site should unwrap the arguments first and then perform a binding to them.
Afficher le fichier Open project: jschementi/iron Class Usage Examples

Méthodes publiques

Méthode Description
GetArgument ( int index ) : object
GetMetaObject ( Expression parameter, int index ) : DynamicMetaObject

Private Methods

Méthode Description
ArgumentArray ( object arguments, int first, int count ) : System.Linq.Expressions
GetArg ( ArgumentArray array, int index ) : object

Method Details

GetArgument() public méthode

public GetArgument ( int index ) : object
index int
Résultat object

GetMetaObject() public méthode

public GetMetaObject ( Expression parameter, int index ) : DynamicMetaObject
parameter Expression
index int
Résultat System.Dynamic.DynamicMetaObject