Advertisement
Mageland29

Untitled

Oct 6th, 2018
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.31 KB | None | 0 0
  1.                 namespace MethodNameSpace
  2.                 {
  3.                     public class MethodClass
  4.                     {
  5.                         public int MethodMSIL()
  6.                         {
  7.                             return 123;
  8.                         }
  9.                     }
  10.                 }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement