static void Main(string[] args)
        {
            mytype my_type = new mytype();

            my_type.DoSomething();

            MyType my_Type = new MyType();

            my_Type.DoSomething();
        }
Exemplo n.º 2
0
 public removeclass(mytype t)
 {
     classinstance.Remove(t);
     t = null;
 }
Exemplo n.º 3
0
 public static string ToString(this mytype x)
 {
     return("This is the to string of mytype!");
 }