Class ValueTag
A unique tag type for values.
Inherited Members
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 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 |
---|---|---|
System.String | name | The tag's name. |