32 [global::System.AttributeUsage(AttributeTargets.Constructor, Inherited =
false, AllowMultiple =
false)]
49 public static ConstructorInfo
GetConstructor(Type t, out
string[] paramNames)
51 foreach (ConstructorInfo method
in t.GetConstructors())
69 public static ConstructorInfo
GetConstructor(Type t, out
string[] paramNames)
71 foreach (ConstructorInfo method
in t.GetTypeInfo().DeclaredConstructors)
74 IEnumerator<Attribute> en = atts.GetEnumerator();
InstanceConstructorAttribute(string parameterNames)
static ConstructorInfo GetConstructor(Type t, out string[] paramNames)