MethodAdapter.IsExtension Property

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

Definition

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

Property Value

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