ABT.Env.Env C# (CSharp) 메소드

Env() 개인적인 메소드

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

Same methods

Env::Env ( ) : System