ClassTypeAdapter.MayContainExtensionMembers Property

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

Definition

Gets a value indicating whether the class may contain extension members.
public virtual bool MayContainExtensionMembers { get; }

Property Value

bool
true if the class may contain extension members; otherwise, false.

Remarks

A class can declare extension members if it is static, not nested, and not a generic type.