Show / Hide Table of Contents

Enum SymbolRefType

Enumeration of the types of SymbolRef

Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public enum SymbolRefType

DefaultEnv

The symbol ref of the global environment

Global

The symbol ref of a global variable

Local

The symbol ref of a local variable

Upvalue

The symbol ref of an upvalue variable

Back to top Built by Itinero, MIT licensed.