Example #1
0
 public static IList <CustomAttributeData> GetCustomAttributes(ParameterInfo target)
 {
     return(MonoCustomAttrs.GetCustomAttributesData(target));
 }
Example #2
0
 public static IList <CustomAttributeData> GetCustomAttributes(Assembly target)
 {
     return(MonoCustomAttrs.GetCustomAttributesData(target));
 }
Example #3
0
 internal static IList <CustomAttributeData> GetCustomAttributesInternal(RuntimeType target)
 {
     return(MonoCustomAttrs.GetCustomAttributesData(target));
 }