Class VariableEntry
- Namespace
- Glitch9
[Serializable]
public class VariableEntry
- Inheritance
-
VariableEntry
- Inherited Members
- Extension Methods
Constructors
VariableEntry(string, Variable)
public VariableEntry(string name, Variable variable)
Parameters
Properties
Name
public string Name { get; }
Property Value
Variable
public Variable Variable { get; set; }