Search Results for

    Show / Hide Table of Contents

    Class ValueTag

    A unique tag type for values.

    Inheritance
    object
    UniqueTag
    ValueTag
    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 ValueTag : UniqueTag

    Constructors

    | Edit this page View Source

    ValueTag()

    Creates a new value tag.

    Declaration
    public ValueTag()
    | Edit this page View Source

    ValueTag(string)

    Creates a new value tag.

    Declaration
    public ValueTag(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