How to implement IObservable.Subscribe() in this code?

后端 未结 0 1726
无人及你
无人及你 2021-02-15 03:45

So I would like to turn a verbose piece of code into something like this.

Receive.Subscribe(msg => Console.WriteLine(msg));

I am not familiar

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