C# 2.0 introduced the ?? or null coalescing operator. The ?? operator has two operands and can be used in an expression as follows: x = y ?? z;.
確定! 回上一頁