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