Skip to content

Instantly share code, notes, and snippets.

@JacobMillner
Created December 7, 2015 18:04
Show Gist options
  • Save JacobMillner/f13b8149811b2199e6e4 to your computer and use it in GitHub Desktop.
Save JacobMillner/f13b8149811b2199e6e4 to your computer and use it in GitHub Desktop.
private bool foo() { var bar = new List<bool>(new bool[] { !true, !true, !true, !true, false }); bar.ForEach(l1l => { if (true == !false) { if(true ? true == true : true) return; } }); return true; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment