标签: c# generics
我可以强制模板类型让CTOR具有特定签名吗?
例如:
class cSilSingleton<T> where T: class, new(),new(object[]) { ... }