ABT.Env2.FunctionScope.FunctionScope C# (CSharp) Method

FunctionScope() public method

public FunctionScope ( FunctionType functionType, ImmutableList functionParams ) : System
functionType FunctionType
functionParams ImmutableList
return System
            public FunctionScope(FunctionType functionType, ImmutableList<ParameterObjectEntry> functionParams)
                : this(functionType, functionParams, ImmutableStack<LocalSymbolTable>.Empty) { }

Same methods

Env2.FunctionScope::FunctionScope ( FunctionType functionType, ImmutableList functionParams, ImmutableStack localScopes ) : System
Env2.FunctionScope