Enum Closure.UpvaluesType
Type of closure based on upvalues
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public enum UpvaluesType
Closure
The closure is a "real" closure, with multiple upvalues
Environment
The closure has _ENV as its only upvalue
None
The closure has no upvalues (thus, technically, it's a function and not a closure!)