CodeStyleOptions.ShouldIgnoreAttribute Method
- Namespace
- Kampute.DocToolkit.Languages
- Assembly
- Kampute.DocToolkit.dll
Definition
Determines whether the specified attribute should be ignored based on the current options and the target where the attribute is applied.
public bool ShouldIgnoreAttribute(ICustomAttribute attribute)Parameters
attributeICustomAttribute- The ICustomAttribute representing the attribute to be checked.
Returns
Exceptions
- ArgumentNullException
attributeisnull.
