TeamCity.CSharpInteractive/IPresenter.cs (
5
lines of code) (
raw
):
namespace TeamCity.CSharpInteractive; internal interface IPresenter<in T> { public void Show(T data); }