ValueTuple default 判斷方式

請勿直接用 xxx == default
改用以下方式
xxx == default(ValueTuple<int, string>)

留言

熱門文章