2026-02-08 csharpcsharp-14dotnet-10 C# 14 の null 条件代入: ?. と ?[] を左辺で使う C# 14 は null 条件演算子を代入の左辺でも動作するように拡張し、プロパティやインデクサーを設定する際の冗長な null チェックを排除します。