コード例 #1
0
 public static IList <CustomAttributeData> GetCustomAttributes(ParameterInfo target)
 {
     return(CustomAttribute.GetCustomAttributesData(target));
 }
コード例 #2
0
 public static IList <CustomAttributeData> GetCustomAttributes(Module target)
 {
     return(CustomAttribute.GetCustomAttributesData(target));
 }
コード例 #3
0
 public static IList <CustomAttributeData> GetCustomAttributes(Assembly target)
 {
     return(CustomAttribute.GetCustomAttributesData(target));
 }
コード例 #4
0
 internal static IList <CustomAttributeData> GetCustomAttributesInternal(RuntimeType target)
 {
     return(CustomAttribute.GetCustomAttributesData(target));
 }
コード例 #5
0
 internal static IList <CustomAttributeData> GetCustomAttributesInternal(RuntimeConstructorInfo target)
 {
     return(CustomAttribute.GetCustomAttributesData(target));
 }