Search Results for

    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

    | Edit this page View Source

    Body

    Gets the method body for this method.

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

    A method body.

    Extension Methods

    AccessModifierAttribute.GetAccessModifier(IMember)
    MemorySpecificationExtensions.GetMemorySpecification(IMethod)
    ExceptionSpecificationExtensions.GetExceptionSpecification(IMethod)
    TypeExtensions.GetGenericArguments(IMethod)
    TypeExtensions.GetRecursiveGenericArgumentMapping(IMethod)
    TypeExtensions.GetRecursiveGenericDeclaration(IMethod)
    TypeExtensions.MakeGenericMethod(IMethod, params IType[])
    TypeExtensions.MakeGenericMethod(IMethod, IReadOnlyList<IType>)
    FlagAttribute.IsAbstract(IMethod)
    FlagAttribute.IsInternalCall(IMethod)
    FlagAttribute.IsVirtual(IMethod)
    TypeExtensions.GetDefiningAssemblyOrNull(ITypeMember)
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX