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

reflection CustomAttributeData
The reflection element to check.

Returns

bool
true if this adapter represents the specified reflection element; otherwise, false.