Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在另一个类中需要两个不同的名称空间中有一个对象:
public class MyObject<T>
我想做类似的事情
using MyObject = MyNameSpace1.MyObject;
但它不起作用。
我能怎么做?