Search Results for

    Show / Hide Table of Contents

    Class MemorySpecificationAttribute

    An attribute that attaches a memory specification to a method.

    Inheritance
    object
    MemorySpecificationAttribute
    Implements
    IAttribute
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Flame.TypeSystem
    Assembly: Flame.Compiler.dll
    Syntax
    public sealed class MemorySpecificationAttribute : IAttribute

    Constructors

    | Edit this page View Source

    MemorySpecificationAttribute(MemorySpecification)

    Creates a memory specification attribute.

    Declaration
    public MemorySpecificationAttribute(MemorySpecification specification)
    Parameters
    Type Name Description
    MemorySpecification specification

    A memory specification.

    Fields

    | Edit this page View Source

    AttributeType

    The attribute type of memory specification attributes.

    Declaration
    public static readonly IType AttributeType
    Field Value
    Type Description
    IType

    An attribute type.

    Properties

    | Edit this page View Source

    Specification

    Gets the memory specification wrapped by this memory specification attribute.

    Declaration
    public MemorySpecification Specification { get; }
    Property Value
    Type Description
    MemorySpecification

    A memory specification.

    Implements

    IAttribute
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX