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.
示例#1
0
 public static object GetArg(ArgumentArray array, int index) {
     return array._arguments[array._first + index];
 }
示例#2
0
 public static object GetArg(ArgumentArray array, int index)
 {
     return(array._arguments[array._first + index]);
 }