コード例 #1
0
 protected Ctor(GenBase declaringType, IMethodBaseSupport support)
     : base(declaringType, support)
 {
 }
コード例 #2
0
ファイル: MethodBase.cs プロジェクト: windperson/java.interop
 protected MethodBase(GenBase declaringType, IMethodBaseSupport support)
 {
     DeclaringType = declaringType;
     this.support  = support;
     parms         = new ParameterList();
 }