Show / Hide Table of Contents

    Class ValueTag

    A unique tag type for values.

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

    Constructors

    | Improve this Doc View Source

    ValueTag()

    Creates a new value tag.

    Declaration
    public ValueTag()
    | Improve this Doc View Source

    ValueTag(String)

    Creates a new value tag.

    Declaration
    public ValueTag(string name)
    Parameters
    Type Name Description
    System.String name

    The tag's name.

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX