ExtensionBlockAdapter.Extends Method

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

Definition

Determines whether this extension block extends the specified type.
public bool Extends(IType type)

Parameters

type IType
The type to check against.

Returns

bool
true if this extension block extends the specified type; otherwise, false.