IExtensionBlock.Extends Method

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

Definition

Determines whether this extension block extends the specified type.
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.