Esempio n. 1
0
 public static IList <CustomAttributeData> GetCustomAttributes(ParameterInfo target)
 {
     return(CustomAttribute.GetCustomAttributesData(target));
 }
Esempio n. 2
0
 public static IList <CustomAttributeData> GetCustomAttributes(Module target)
 {
     return(CustomAttribute.GetCustomAttributesData(target));
 }
Esempio n. 3
0
 public static IList <CustomAttributeData> GetCustomAttributes(Assembly target)
 {
     return(CustomAttribute.GetCustomAttributesData(target));
 }
Esempio n. 4
0
 internal static IList <CustomAttributeData> GetCustomAttributesInternal(RuntimeType target)
 {
     return(CustomAttribute.GetCustomAttributesData(target));
 }
 internal static IList <CustomAttributeData> GetCustomAttributesInternal(RuntimeConstructorInfo target)
 {
     return(CustomAttribute.GetCustomAttributesData(target));
 }