回答編集履歴
1
なりました
test
CHANGED
@@ -17,10 +17,10 @@
|
|
17
17
|
|
18
18
|
---
|
19
19
|
|
20
|
-
C#12で↓と書けるようになる予定です(言語バージョンpreviewで既に利用可)
|
20
|
+
C#12で↓と書けるようにな ~~る予定です(言語バージョンpreviewで既に利用可)~~ りました。
|
21
21
|
```cs
|
22
22
|
global using MyInt = int;
|
23
23
|
```
|
24
24
|
|
25
|
-
[Alias any type - C#
|
25
|
+
[Alias any type - C# 12.0 draft feature specifications | Microsoft Learn](https://learn.microsoft.com/ja-jp/dotnet/csharp/language-reference/proposals/csharp-12.0/using-alias-types)
|
26
26
|
[using alias を任意の型に対応 | ++C++; // 未確認飛行 C ブログ](https://ufcpp.net/blog/2023/1/using-alias-any-types/)
|