CustomAttributeAdapter.Represents Method
- Namespace
- Kampute.DocToolkit.Metadata.Adapters
- Assembly
- Kampute.DocToolkit.dll
Definition
Determines whether this metadata adapter represents the specified reflection element.
public virtual bool Represents(CustomAttributeData reflection)Parameters
reflectionCustomAttributeData- The reflection element to check.
