someValue = condition ? newValue : someValue;
var Value = condition ? true_c : false_c;
((a != null) ? (Action)(() => { b = a; }) : () => { /*Do something else*/ })();