TeamCity.CSharpInteractive/IExitCodeParser.cs (
5
lines of code) (
raw
):
namespace TeamCity.CSharpInteractive; internal interface IExitCodeParser { bool TryParse(object returnValue, out int exitCode); }