Parser(IO.ICharacterReader reader) { this.reader = reader; }
public void Dispose() { if (this.reader.NotNull()) { this.reader.Dispose(); this.reader = null; } }