using System.Collections.Generic;
public int StudentID { get; set; }
public String StudentName { get; set; }
public int Age { get; set; }
public static void Main()
var instance = type.GetConstructor(new Type[0]).Invoke(new object[0]);
Console.WriteLine(instance);
var typedInstance = (Test)instance;
Console.WriteLine(typedInstance.Magic());