Class ValueTag
A unique tag type for values.
Inherited Members
Namespace: Flame.Compiler
Assembly: Flame.Compiler.dll
Syntax
public sealed class ValueTag : UniqueTag
Constructors
| Edit this page View SourceValueTag()
Creates a new value tag.
Declaration
public ValueTag()
ValueTag(string)
Creates a new value tag.
Declaration
public ValueTag(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | The tag's name. |