ABT.Env2.FunctionScope.FunctionScope C# (CSharp) Méthode

FunctionScope() public méthode

public FunctionScope ( FunctionType functionType, ImmutableList functionParams ) : System
functionType FunctionType
functionParams ImmutableList
Résultat 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