IWithExtensionBehavior.Extends Method

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

Definition

Determines whether this member is an extension of the specified type.
bool Extends(IType type)
This method has a default implementation in the interface.

Parameters

type IType
The type to check.

Returns

bool
true if this member is an extension of the specified type; otherwise, false.