Exemple #1
0
 public static void On(this OSSystem thisValue, Action onWindows, Action onLinux, Action onMacOS)
 => thisValue.OnWindows(onWindows).OnLinux(onLinux).OnMacOS(onMacOS);