TaggedParser(TaggedParser <R> that, bool isBase) { this.isBase = isBase; reader = that.reader; baseParser = this; fieldParser = that; }
TaggedParser(TaggedParser <R> that, bool isBase) { this.isBase = isBase; bondedFactory = that.bondedFactory; reader = that.reader; baseParser = this; fieldParser = that; }