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