delegate void MyDel(string s, int n, ConsoleColor c);
public ConsoleColor color;
x.d(x.str,x.count,x.color);
public static void Main()
Info info=new Info{str="AI",count=50,color=ConsoleColor.Red,d=(a,b,c)=>
Console.ForegroundColor=c;
t2.Start(new Info{str="IOT",count=70,color=ConsoleColor.Blue,d=(a,b,c)=>
Console.ForegroundColor=c;