Search Results for

    Show / Hide Table of Contents

    Class BasicBlockTag

    A unique tag type for basic blocks.

    Inheritance
    object
    UniqueTag
    BasicBlockTag
    Inherited Members
    UniqueTag.Name
    UniqueTag.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Flame.Compiler
    Assembly: Flame.Compiler.dll
    Syntax
    public sealed class BasicBlockTag : UniqueTag

    Constructors

    | Edit this page View Source

    BasicBlockTag()

    Creates a new basic block tag.

    Declaration
    public BasicBlockTag()
    | Edit this page View Source

    BasicBlockTag(string)

    Creates a new basic block tag.

    Declaration
    public BasicBlockTag(string name)
    Parameters
    Type Name Description
    string name

    The tag's name.

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