Exemple #1
0
 public IList <CustomAttributeData> __GetCustomAttributes(Type attributeType, bool inherit)
 {
     return(CustomAttributeData.__GetCustomAttributes(this, attributeType, inherit));
 }
Exemple #2
0
 public bool IsDefined(Type attributeType, bool inherit)
 {
     return(CustomAttributeData.__GetCustomAttributes(this, attributeType, inherit).Count != 0);
 }