Advertisement
GeneralGDA

Оператор передёргивания (NEVER CODE LIKE THIS).

Dec 23rd, 2016
404
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.12 KB | None | 0 0
  1. public new EnumDirection Direction
  2. {
  3.     get { return base.Direction; }
  4.     internal set { base.Direction = value; }
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement