C# (CSharp) IronRuby.Runtime.Calls CallArguments - 55 examples found. These are the top rated real world C# (CSharp) examples of IronRuby.Runtime.Calls.CallArguments extracted from open source projects. You can rate examples to help us improve the quality of examples.
Wraps the arguments of a dynamic call site Includes the actual arguments, the expressions that produced those arguments, and the call signature. These three things are grouped together to ensure that they are all in sync when we want to shift the arguments around during the method binding process.