Advertisement
Fhernd

AliasingNamespaces.cs

Nov 12th, 2017
281
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.11 KB | None | 0 0
  1. using R = System.Reflection;
  2.  
  3. class Programa
  4. {
  5.     static void Main()
  6.     {
  7.         R.PropertyInfo p;
  8.     }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement