Interface IFileScope
A file's scope.
Inherited Members
Namespace: Loretta.CodeAnalysis.Lua
Assembly: cs.temp.dll.dll
Syntax
public interface IFileScope : IScope
Properties
ArgVariable
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 |