Search Results for

    Show / Hide Table of Contents

    Interface IFileScope

    A file's scope.

    Inherited Members
    IScope.Kind
    IScope.Node
    IScope.ContainingScope
    IScope.DeclaredVariables
    IScope.ReferencedVariables
    IScope.GotoLabels
    IScope.ContainedScopes
    IScope.FindVariable(String, ScopeKind)
    Namespace: Loretta.CodeAnalysis.Lua
    Assembly: Loretta.CodeAnalysis.Lua.dll
    Syntax
    public interface IFileScope : IScope

    Properties

    | Improve this Doc View Source

    ArgVariable

    The implicit arg that's available in all files.

    Declaration
    IVariable ArgVariable { get; }
    Property Value
    Type Description
    IVariable
    | Improve this Doc View Source

    VarArgParameter

    The implicit vararg that's available in all files

    Declaration
    IVariable VarArgParameter { get; }
    Property Value
    Type Description
    IVariable
    • Improve this Doc
    • View Source
    ☀
    ☾
    In This Article
    Back to top

    Copyright (c) LorettaDevs

    Generated by DocFX

    ☀
    ☾