IMetadataAdapter<T>.Represents Method

Namespace
Kampute.DocToolkit.Metadata
Assembly
  • Kampute.DocToolkit.dll

Definition

Determines whether this metadata adapter represents the specified reflection element.
bool Represents(T reflection)

Parameters

reflection T
The reflection element to check.

Returns

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