C# - static types cannot be used as type arguments

后端 未结 5 1289
北海茫月
北海茫月 2020-11-28 13:57

I\'ve a generic class, that helps me to do checks on argument values

internal sealed class Argument
    where T : class
{
    private void TraceAndT         


        
5条回答
提交回复
热议问题