C # full stack learning record

Null operators, operators points may be combined and Null Null conditional operator

Null conditional operator?. It can be used in C # 6.0

Null coalescing operator ?? appears unclear which version in C #

Nullable type modifier

int? a;。

Published 10 original articles · won praise 2 · views 10000 +

Guess you like

Origin blog.csdn.net/lingxineden608/article/details/103942945