AjTalk.Loader.Loader C# (CSharp) Method

Loader() public method

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

Same methods

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