ABT.Env.Env C# (CSharp) Method

Env() private method

private Env ( ImmutableStack scopes ) : System
scopes ImmutableStack
return System
        private Env(ImmutableStack<Scope> scopes) {
            this._scopes = scopes;
        }
        

Same methods

Env::Env ( ) : System