0
点赞
收藏
分享

微信扫一扫

C# cannot convert from 'int?' to 'int'

梦为马 2023-03-05 阅读 87


int x;

int? y;

x = y.value;


大概意思。

举报

相关推荐

0 条评论