C# (CSharp) IronRuby.Runtime.Calls CallArguments - 55 exemples trouvés. Ce sont les exemples réels les mieux notés de IronRuby.Runtime.Calls.CallArguments extraits de projets open source. Vous pouvez noter les exemples pour nous aider à en améliorer la qualité.
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.