public static IList <CustomAttributeData> GetCustomAttributes(ParameterInfo target) { return(MonoCustomAttrs.GetCustomAttributesData(target)); }
public static IList <CustomAttributeData> GetCustomAttributes(Assembly target) { return(MonoCustomAttrs.GetCustomAttributesData(target)); }
internal static IList <CustomAttributeData> GetCustomAttributesInternal(RuntimeType target) { return(MonoCustomAttrs.GetCustomAttributesData(target)); }