GetClrConstructor() private method

private GetClrConstructor ( RubyClass self ) : RubyMethod
self RubyClass
return RubyMethod
Example #1
0
 public static RubyMethod /*!*/ GetClrConstructor(RubyContext /*!*/ context, TypeGroup /*!*/ self)
 {
     return(ClassOps.GetClrConstructor(GetNonGenericClass(context, self)));
 }