什么?意思是:
?
public bool? Verbose { get; set; }
应用于时string?,会出现错误:
string?
类型'string'必须是非可空值类型才能在泛型类型或方法'System.Nullable'中将其用作参数'T'
.net c# types nullable
.net ×1
c# ×1
nullable ×1
types ×1