标签: c++
我有一个问题,您希望如何提供帮助!
Pastebin code
编译错误
public delegate int delegateZeroParam(IntPtr pValue) where T : new();
帮帮我:(
答案 0 :(得分:0)
您没有声明通用函数,因此T不会引用任何内容。添加通用或删除where T : new();
T
where T : new();