Guest User

Untitled

a guest
Jan 18th, 2019
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. public class A
  2. {
  3. private int _prop;
  4. public void MyMethod()
  5. {
  6. var x = new A();
  7. x._prop = 5;
  8. }
  9. }
Add Comment
Please, Sign In to add comment