protected Ctor(GenBase declaringType, IMethodBaseSupport support) : base(declaringType, support) { }
protected MethodBase(GenBase declaringType, IMethodBaseSupport support) { DeclaringType = declaringType; this.support = support; parms = new ParameterList(); }