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()

Gets a reference that can be used to identify the current declaration across different compilation versions.

Extension Methods

See Also