コード例 #1
0
 internal static ConstructorInfo GetConstructor(Type type, ConstructorInfo ctr)
 {
     return(GetConstructor(type, ctr.AsIConstructorInfo()));
 }
コード例 #2
0
 public CustomAttributeBuilder(ConstructorInfo ctor, params object[] ctorArgs)
     : this(ctor.AsIConstructorInfo(), ctorArgs)
 {
 }