AjTalk.Loader.Loader C# (CSharp) Méthode

Loader() public méthode

public Loader ( TextReader reader, ICompiler compiler ) : System
reader TextReader
compiler ICompiler
Résultat System
        public Loader(TextReader reader, ICompiler compiler)
        {
            this.reader = new ChunkReader(reader);
            this.compiler = compiler;
        }

Same methods

Loader::Loader ( string filename, ICompiler compiler ) : System