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)
    IScope.Parent
    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
    ☀
    ☾
    In This Article
    Back to top

    Copyright (c) LorettaDevs

    Generated by DocFX

    ☀
    ☾