Advertisement
pszczyg

Untitled

Apr 29th, 2016
353
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.21 KB | None | 0 0
  1.         private sealed class DisplayClass
  2.         {
  3.             public int numberToBeAdded;
  4.  
  5.             public int Test_b__0(int x)
  6.             {
  7.                 return x + numberToBeAdded;
  8.             }
  9.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement