コード例 #1
0
 public override bool IsDefined(CType attributeType, bool inherit)
 {
     return(typeImpl.IsDefined(attributeType, inherit));
 }