G
Guest
Hi all,
I would like to make a generic Queue arrry in C# like below.
Queue<int> [] queue = new Queue<int> ()[10];
But the compiler keep complaining about the part and honestly I don't know
how to make it right.
Can you give me a tip on how to do it?
Thanks,
I would like to make a generic Queue arrry in C# like below.
Queue<int> [] queue = new Queue<int> ()[10];
But the compiler keep complaining about the part and honestly I don't know
how to make it right.
Can you give me a tip on how to do it?
Thanks,