Enum ScopeKind
The type of scope.
Namespace: Loretta.CodeAnalysis.Lua
Assembly: Loretta.CodeAnalysis.Lua.dll
Syntax
public enum ScopeKind
Fields
Name | Description |
---|---|
Block | A block's scope. |
File | A file's scope. |
Function | A local function's scope. |
Global | The global scope. |