Marking TextReader readonly

后端 未结 0 953
一生所求
一生所求 2020-12-11 20:55

Given:

class Foo {
  public Parser(TextReader source) => Source = source;
  public int GetChar() => Source.Read();
  private readonly TextReader Source          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题