Open sandboxFocus

Interface IMethodBase

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, IEquatable<IDeclaration>

Methods

Name Description
ToMethodBase()

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

ToRef()

Extension Methods