Example #1
0
 public static UnboundMethod /*!*/ SelectOverload(RubyContext /*!*/ context, UnboundMethod /*!*/ self, [NotNullItems] params object /*!*/[] /*!*/ parameterTypes)
 {
     return(new UnboundMethod(self.TargetConstraint, self.Name, MethodOps.SelectOverload(context, self.Info, self.Name, parameterTypes)));
 }
Example #2
0
 public static UnboundMethod /*!*/ BingGenericParameters(RubyContext /*!*/ context, UnboundMethod /*!*/ self, [NotNullItems] params object /*!*/[] /*!*/ typeArgs)
 {
     return(new UnboundMethod(self.TargetConstraint, self.Name, MethodOps.BindGenericParameters(context, self.Info, self.Name, typeArgs)));
 }