TypeAdapter.IsInterface Property

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

Definition

Gets a value indicating whether the type is an interface.
public virtual bool IsInterface { get; }

Property Value

bool
true if the type is an interface; otherwise, false.