PsyOps

example

Dec 5th, 2015
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.20 KB | None | 0 0
  1.  public class describeyomomma
  2. {
  3.     private string[] m_moms = new string[10];
  4.     public string moma
  5.     {
  6.         get{     return m_moms; }
  7.         set{    m_moms = value; }
  8.     }
  9. }
  10.  
  11. usage: describeyomomma.moma[0] = "unf";
Advertisement
Add Comment
Please, Sign In to add comment