public Queue<int> aQe = Queue.Synchronized(new Queue<int>());
public Queue<int> aQe = Queue.Synchronized(new Queue<int>());
这样定义怎么不对?
应怎么写
------解决方案--------------------public System.Collections.Queue aQe = System.Collections.Queue.Synchronized(new System.Collections.Queue());