MetalamaAPI documentationAspect APIMetalama.​Framework.​CodeIMethod­Base
Open sandboxFocus

IMethodBase Interface

Represents a method or a constructor.

Namespace: Metalama.Framework.Code
Assembly: Metalama.Framework.dll
Syntax
public interface IMethodBase : IHasParameters, IMember, IMemberOrNamedType, INamedDeclaration, IDeclaration, IDisplayable, IDiagnosticLocation, ICompilationElement, IMeasurable

Methods

Name Description
ToMethodBase()

Gets a System.Reflection.MethodBase that represents the current method or constructor at run time.

Extension Methods

SymbolExtensions.GetSymbol(IMethodBase)