Table of Contents

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

name string
variable Variable

Properties

Name

public string Name { get; }

Property Value

string

Variable

public Variable Variable { get; set; }

Property Value

Variable