Interface IFileScope
A file's scope.
Inherited Members
Namespace: Loretta.CodeAnalysis.Lua
Assembly: Loretta.CodeAnalysis.Lua.dll
Syntax
public interface IFileScope : IScope
Properties
| Improve this Doc View SourceArgVariable
The implicit arg
that's available in all files.
Declaration
IVariable ArgVariable { get; }
Property Value
Type | Description |
---|---|
IVariable |
VarArgParameter
The implicit vararg that's available in all files
Declaration
IVariable VarArgParameter { get; }
Property Value
Type | Description |
---|---|
IVariable |