Slench255

Untitled

Mar 22nd, 2014
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. if(someCondition) { Func<int, int> myFunc = (a,b) => {
  2. // do something // do some other thing
  3. } }
  4. else {
  5. // do something else while(true) {
  6. } // do shit
  7. }
Advertisement
Add Comment
Please, Sign In to add comment