IClassType.MayContainExtensionMembers Property

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

Definition

Gets a value indicating whether the class may contain extension members.
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.