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