回答編集履歴
1
引用仕様変更対応
answer
CHANGED
|
@@ -1,28 +1,35 @@
|
|
|
1
1
|
> 青色の public, static, void, int
|
|
2
|
+
|
|
2
3
|
表示項目:キーワード
|
|
3
4
|
[C# のキーワード | Microsoft Docs](https://docs.microsoft.com/ja-jp/dotnet/csharp/language-reference/keywords/)
|
|
4
5
|
|
|
5
6
|
> 薄い緑色の Console
|
|
7
|
+
|
|
6
8
|
表示項目:ユーザー タイプ - クラス
|
|
7
9
|
[クラス | Microsoft Docs](https://docs.microsoft.com/ja-jp/dotnet/csharp/fundamentals/types/classes)
|
|
8
10
|
|
|
9
11
|
> Main()、WriteLineの黄色
|
|
12
|
+
|
|
10
13
|
表示項目:ユーザー メンバー - メソッド
|
|
11
14
|
[メソッド - C# ガイド | Microsoft Docs](https://docs.microsoft.com/ja-jp/dotnet/csharp/methods)
|
|
12
15
|
|
|
13
16
|
> グレー色(System)
|
|
17
|
+
|
|
14
18
|
表示項目:ユーザー メンバー - 名前空間(だが、「[メンバー アクセスを簡略化する](https://docs.microsoft.com/ja-jp/dotnet/fundamentals/code-analysis/style-rules/ide0002)」機能のため薄くなっている)
|
|
15
19
|
[名前空間で型を整理する | Microsoft Docs](https://docs.microsoft.com/ja-jp/dotnet/csharp/fundamentals/types/namespaces)
|
|
16
20
|
|
|
17
21
|
> ピンク色(for)
|
|
22
|
+
|
|
18
23
|
表示項目:キーワード - コントロール
|
|
19
24
|
[ステートメントのキーワード - C# リファレンス | Microsoft Docs](https://docs.microsoft.com/ja-jp/dotnet/csharp/language-reference/keywords/statement-keywords)
|
|
20
25
|
|
|
21
26
|
> 薄水色(i)
|
|
27
|
+
|
|
22
28
|
表示項目:ユーザー メンバー - ローカル
|
|
23
29
|
[Variables - C# language specification | Microsoft Docs](https://docs.microsoft.com/ja-jp/dotnet/csharp/language-reference/language-specification/variables#local-variables)
|
|
24
30
|
|
|
25
31
|
> 薄グレー色(.)
|
|
32
|
+
|
|
26
33
|
表示項目:演算子
|
|
27
34
|
[C# 演算子と式 - C# リファレンス | Microsoft Docs](https://docs.microsoft.com/ja-jp/dotnet/csharp/language-reference/operators/)
|
|
28
35
|
|