C# 10 の新機能 - リンク
| 日本語機能名 | 英語 | リンク |
|---|---|---|
| レコード構造体 | Record structs | リンク |
| パラメーターなしの構造体コンストラクター | Parameterless struct constructors | リンク |
| グローバルな using ディレクティブ | Global using directive | リンク |
| ファイル スコープの名前空間 | File scoped namespaces | リンク |
| 拡張プロパティのパターン | Extended property patterns | リンク |
| 補間された文字列の改善 | Improved interpolated strings | リンク |
| 定数の補間文字列 | Constant interpolated strings | リンク |
| ラムダの機能強化 | Lambda improvements | リンク |
| ラムダ属性 | [ 該当ページなし ] | [ 該当ページなし ] |
| 呼び出し元の引数の式 | Caller argument expression | リンク |
| 強化された #line ディレクティブ | Enhanced #line directives | リンク |
| 汎用属性 | Generic attributes | リンク |
| 明確な代入分析の改善 | Improved definite assignment analysis | リンク |
| AsyncMethodBuilder のオーバーライド | AsyncMethodBuilder override | リンク |