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)
    IScope.Parent
    Namespace: Loretta.CodeAnalysis.Lua
    Assembly: cs.temp.dll.dll
    Syntax
    public interface IFunctionScope : IScope

    Properties

    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>

    Parameters

    The parameters

    Declaration
    IEnumerable<IVariable> Parameters { get; }
    Property Value
    Type Description
    IEnumerable<IVariable>
    ☀
    ☾
    In This Article
    Back to top

    Copyright (c) LorettaDevs

    Generated by DocFX

    ☀
    ☾