Search Results for

    Show / Hide Table of Contents

    Interface IFunctionScope

    A function'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 IFunctionScope : IScope

    Properties

    | Improve this Doc View Source

    CapturedVariables

    Contains the variables that are captured by this scope. Variables captured by the scope are variables that weren't declared on the scope but are used in it.

    Declaration
    IEnumerable<IVariable> CapturedVariables { get; }
    Property Value
    Type Description
    IEnumerable<IVariable>
    | Improve this Doc View Source

    Parameters

    The parameters

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

    Copyright (c) LorettaDevs

    Generated by DocFX

    ☀
    ☾