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