Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public class describeyomomma
- {
- private string[] m_moms = new string[10];
- public string moma
- {
- get{ return m_moms; }
- set{ m_moms = value; }
- }
- }
- usage: describeyomomma.moma[0] = "unf";
Advertisement
Add Comment
Please, Sign In to add comment