Exemplo n.º 1
0
 /// <inheritdoc/>
 public override bool IsDefined(Type attributeType, bool inherit)
 {
     return(DebugType.IsDefined(this, inherit, attributeType));
 }