Пример #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));
 }