コード例 #1
0
 public bool HasAttribute(Type attribute)
 {
     return(SystemType.IsDefined(attribute, true));
 }