Inheritance: XmlReader, RecordOutput
Ejemplo n.º 1
0
        public ReaderOutput StartReader()
        {
            ReaderOutput output = new ReaderOutput(this);

            this.builder = new RecordBuilder(output, this.nameTable);
            return(output);
        }
Ejemplo n.º 2
0
 public ReaderOutput StartReader() {
     ReaderOutput output = new ReaderOutput(this);
     this.builder = new RecordBuilder(output, this.nameTable);
     return output;
 }