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

            my_type.DoSomething();

            MyType my_Type = new MyType();

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