T?, nullable type parameter in C# 9

后端 未结 0 458
北恋
北恋 2021-01-18 03:34

This program has two errors:

using System;

T? f(T? t)
{    
    t = null; //  Error CS0403  Cannot convert null to type parameter \'T\' because it c         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题