Show / Hide Table of Contents

    Interface IBodyMethod

    A method that defines a method body.

    Inherited Members
    IMethod.IsConstructor
    IMethod.IsStatic
    IMethod.ReturnParameter
    IMethod.Parameters
    IMethod.BaseMethods
    ITypeMember.ParentType
    IGenericMember.GenericParameters
    IMember.Name
    IMember.FullName
    IMember.Attributes
    Namespace: Flame.Compiler
    Assembly: Flame.Compiler.dll
    Syntax
    public interface IBodyMethod : IMethod, ITypeMember, IGenericMember, IMember

    Properties

    | Improve this Doc View Source

    Body

    Gets the method body for this method.

    Declaration
    MethodBody Body { get; }
    Property Value
    Type Description
    MethodBody

    A method body.

    Extension Methods

    MemorySpecificationExtensions.GetMemorySpecification(IMethod)
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX