IMethod.IsExtension Property

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

Definition

Gets a value indicating whether the method is an extension method.
bool IsExtension { get; }

Property Value

bool
true if the method is an extension method; otherwise, false.