Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
以下以外の複数のトレース ソースにどのように書き込みますか。
tss.ForEach(x => x.WriteLine());
ForEach(拡張メソッドを想定)
ForEach
つまり、トレースを構成する方法はありますか? それともヘルパーメソッドを書いてforeachを使うべきですか?