Class SymbolRef
- Namespace
- MoonSharp.Interpreter
- Assembly
- Assembly-CSharp.dll
public class SymbolRef
- Inheritance
-
SymbolRef
- Inherited Members
- Extension Methods
Constructors
SymbolRef()
public SymbolRef()
Properties
DefaultEnv
public static SymbolRef DefaultEnv { get; }
Property Value
Environment
public SymbolRef Environment { get; }
Property Value
Index
public int Index { get; }
Property Value
Name
public string Name { get; }
Property Value
Type
public SymbolRefType Type { get; }
Property Value
Methods
Global(string, SymbolRef)
public static SymbolRef Global(string name, SymbolRef envSymbol)
Parameters
Returns
ToString()
public override string ToString()