Пример #1
0
 public static IList <CustomAttributeData> GetCustomAttributes(ParameterInfo target)
 {
     return(CustomAttribute.GetCustomAttributesData(target));
 }
Пример #2
0
 public static IList <CustomAttributeData> GetCustomAttributes(Module target)
 {
     return(CustomAttribute.GetCustomAttributesData(target));
 }
Пример #3
0
 public static IList <CustomAttributeData> GetCustomAttributes(Assembly target)
 {
     return(CustomAttribute.GetCustomAttributesData(target));
 }
Пример #4
0
 internal static IList <CustomAttributeData> GetCustomAttributesInternal(RuntimeType target)
 {
     return(CustomAttribute.GetCustomAttributesData(target));
 }
Пример #5
0
 internal static IList <CustomAttributeData> GetCustomAttributesInternal(RuntimeConstructorInfo target)
 {
     return(CustomAttribute.GetCustomAttributesData(target));
 }