Microsoft.Scripting.Actions MethodGroup in C# (CSharp): 7 esempi trovati. Questi sono i migliori esempi reali in C# (CSharp) per Microsoft.Scripting.Actions.MethodGroup, estratti da progetti open source. Li puoi valutare, per aiutarci a migliorare la qualità dei nostri esempi.
MethodGroup's represent a unique collection of method's. Typically this unique set is all the methods which are overloaded by the same name including methods with different arity. These methods represent a single logically overloaded element of a .NET type. The base DLR binders will produce MethodGroup's when provided with a MemberGroup which contains only methods. The MethodGroup's will be unique instances per each unique group of methods.