IMethod.OverriddenMethod Property

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

Definition

Gets the base method that this method overrides, if any.
IMethod OverriddenMethod { get; }

Property Value

IMethod
The base method that this method overrides, or null if none.