C# 6.0 introduced two new null-propagation operators: ?. and ?[]. They will make null reference check much easier.

#.net #c# 6.0 #null #programming

C# 6.0 Null Propagation Operators ?. and ?[]
1.20 GEEK