TypeAdapter.Represents Method

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

Definition

Determines whether this metadata adapter represents the specified reflection element.
public override bool Represents(Type reflection)

Parameters

reflection Type
The reflection element to check.

Returns

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