C Operator Tenery Sharp pada suatu tindakan

var myAction = doIt ? new Action(() => { myBool = false; }) : () => { }; // should work
Rich Rattlesnake