ExtensionBlockInfo.IsDefined Method
- Namespace
- Kampute.DocToolkit.Metadata.Reflection
- Assembly
- Kampute.DocToolkit.dll
Definition
Determines whether the specified attribute type is applied to the extension block.
public override bool IsDefined(Type attributeType, bool inherit)Parameters
attributeTypeType- The type of attribute to check.
inheritbooltrueto search the inheritance chain; otherwise,false.
