Skip to content

Commit

Permalink
Commit translated content
Browse files Browse the repository at this point in the history
  • Loading branch information
olprod committed May 8, 2018
1 parent 2195592 commit 7f7aa10
Show file tree
Hide file tree
Showing 1,994 changed files with 9,911 additions and 29,799 deletions.
17 changes: 5 additions & 12 deletions docs/csharp/misc/cs0031.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,16 @@
---
title: "コンパイラ エラー CS0031"
title: コンパイラ エラー CS0031
ms.date: 07/20/2015
ms.prod: .net
ms.technology:
- devlang-csharp
ms.topic: article
f1_keywords:
- CS0031
helpviewer_keywords:
- CS0031
ms.assetid: 91f11ae9-9143-41f4-8002-5c38c8ee0651
caps.latest.revision:
author: BillWagner
ms.author: wiwagn
ms.openlocfilehash: e41161693e80cd86f559b1d70bbd24941fa7b307
ms.sourcegitcommit: 83dd5ec003e788ccb3e33f3412a7af39ae347646
ms.openlocfilehash: a031e75216ef448336936da83de9015bce407e99
ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
ms.lasthandoff: 03/15/2018
ms.lasthandoff: 05/04/2018
---
# <a name="compiler-error-cs0031"></a>コンパイラ エラー CS0031
定数値 'value' を 'type' に変換できません ('unchecked' 構文を使用してオーバーライド)
Expand Down Expand Up @@ -50,5 +43,5 @@ namespace CS0031
}
```

## <a name="see-also"></a>参照
## <a name="see-also"></a>関連項目
[unchecked](../../csharp/language-reference/keywords/unchecked.md)
13 changes: 3 additions & 10 deletions docs/csharp/misc/cs0040.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,16 @@
---
title: コンパイラ エラー CS0040
ms.date: 07/20/2015
ms.prod: .net
ms.technology:
- devlang-csharp
ms.topic: article
f1_keywords:
- CS0040
helpviewer_keywords:
- CS0040
ms.assetid: 6a600166-0335-4b6d-b050-6821b4624c96
caps.latest.revision: 8
author: BillWagner
ms.author: wiwagn
ms.openlocfilehash: 4fd826bdffcce6dd18057a36a5bbb55b513259fb
ms.sourcegitcommit: bd1ef61f4bb794b25383d3d72e71041a5ced172e
ms.openlocfilehash: 20492a36115db72adc79b94f3644d4f14ebfcc27
ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
ms.lasthandoff: 10/18/2017
ms.lasthandoff: 05/04/2018
---
# <a name="compiler-error-cs0040"></a>コンパイラ エラー CS0040
デバッグ情報ファイルを作成中に予期しないエラーが発生しました -- 'reason'
Expand Down
17 changes: 5 additions & 12 deletions docs/csharp/misc/cs0060.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,16 @@
---
title: "コンパイラ エラー CS0060"
title: コンパイラ エラー CS0060
ms.date: 07/20/2015
ms.prod: .net
ms.technology:
- devlang-csharp
ms.topic: article
f1_keywords:
- CS0060
helpviewer_keywords:
- CS0060
ms.assetid: ae6d4fb7-5ff9-4883-82c3-f55b190f439a
caps.latest.revision:
author: BillWagner
ms.author: wiwagn
ms.openlocfilehash: 000ce1825a2f382d907a7f78617e024e35149245
ms.sourcegitcommit: 83dd5ec003e788ccb3e33f3412a7af39ae347646
ms.openlocfilehash: 7f9730c1f6779732cfd98b9581570aa47738d96c
ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
ms.lasthandoff: 03/15/2018
ms.lasthandoff: 05/04/2018
---
# <a name="compiler-error-cs0060"></a>コンパイラ エラー CS0060
アクセシビリティに一貫性がありません。基底クラス 'class1' のアクセシビリティはクラス 'class2' よりも低く設定されています。
Expand All @@ -42,5 +35,5 @@ public class MyClass2 : MyClass // CS0060
}
```

## <a name="see-also"></a>参照
## <a name="see-also"></a>関連項目
[アクセス修飾子](../../csharp/programming-guide/classes-and-structs/access-modifiers.md)
15 changes: 4 additions & 11 deletions docs/csharp/misc/cs0073.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,16 @@
---
title: "コンパイラ エラー CS0073"
title: コンパイラ エラー CS0073
ms.date: 07/20/2015
ms.prod: .net
ms.technology:
- devlang-csharp
ms.topic: article
f1_keywords:
- CS0073
helpviewer_keywords:
- CS0073
ms.assetid: 579ae534-59ab-4fc5-ad7e-f87639f3f9cd
caps.latest.revision:
author: BillWagner
ms.author: wiwagn
ms.openlocfilehash: aa9d3a9625196bc725109e25b3db9dacce3399ed
ms.sourcegitcommit: 83dd5ec003e788ccb3e33f3412a7af39ae347646
ms.openlocfilehash: 78ad2da3e94b5f092bcbbe447a37465c6d1cc437
ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
ms.lasthandoff: 03/15/2018
ms.lasthandoff: 05/04/2018
---
# <a name="compiler-error-cs0073"></a>コンパイラ エラー CS0073
add または remove アクセサーには本体が必要です
Expand Down
15 changes: 4 additions & 11 deletions docs/csharp/misc/cs0078.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,16 @@
---
title: "コンパイラの警告 (レベル 4) CS0078"
title: コンパイラの警告 (レベル 4) CS0078
ms.date: 07/20/2015
ms.prod: .net
ms.technology:
- devlang-csharp
ms.topic: article
f1_keywords:
- CS0078
helpviewer_keywords:
- CS0078
ms.assetid: 8d637be6-82bc-462c-bec5-217327bc8c40
caps.latest.revision:
author: BillWagner
ms.author: wiwagn
ms.openlocfilehash: dbe8a13841f9e253817022d69ca6419f67b89a1a
ms.sourcegitcommit: 83dd5ec003e788ccb3e33f3412a7af39ae347646
ms.openlocfilehash: 7d9d4df54e15d4d1ef1574df1077d26c35a7fbab
ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
ms.lasthandoff: 03/15/2018
ms.lasthandoff: 05/04/2018
---
# <a name="compiler-warning-level-4-cs0078"></a>コンパイラの警告 (レベル 4) CS0078
'l' と 数字の '1' との混同を避けるため、'L' を使用してください。
Expand Down
15 changes: 4 additions & 11 deletions docs/csharp/misc/cs0107.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,16 @@
---
title: "コンパイラ エラー CS0107"
title: コンパイラ エラー CS0107
ms.date: 07/20/2015
ms.prod: .net
ms.technology:
- devlang-csharp
ms.topic: article
f1_keywords:
- CS0107
helpviewer_keywords:
- CS0107
ms.assetid: 505763c5-6d68-4c57-a8bd-7b03682da4c5
caps.latest.revision:
author: BillWagner
ms.author: wiwagn
ms.openlocfilehash: 284fc00da76774c9cd2cae7a9628241bec216c05
ms.sourcegitcommit: 83dd5ec003e788ccb3e33f3412a7af39ae347646
ms.openlocfilehash: 8a4d3645a6dfe1a1f12d9464751884783b77f279
ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
ms.lasthandoff: 03/15/2018
ms.lasthandoff: 05/04/2018
---
# <a name="compiler-error-cs0107"></a>コンパイラ エラー CS0107
複数の保護修飾子があります。
Expand Down
15 changes: 4 additions & 11 deletions docs/csharp/misc/cs0123.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,16 @@
---
title: "コンパイラ エラー CS0123"
title: コンパイラ エラー CS0123
ms.date: 07/20/2015
ms.prod: .net
ms.technology:
- devlang-csharp
ms.topic: article
f1_keywords:
- CS0123
helpviewer_keywords:
- CS0123
ms.assetid: 57be2c58-6d87-40af-9376-cd7f91023044
caps.latest.revision:
author: BillWagner
ms.author: wiwagn
ms.openlocfilehash: 79ea4f7a14eff533458ff69cc9ef4b0b217493f8
ms.sourcegitcommit: 83dd5ec003e788ccb3e33f3412a7af39ae347646
ms.openlocfilehash: b106498449906a4209a303aac30c32945f9917ea
ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
ms.lasthandoff: 03/15/2018
ms.lasthandoff: 05/04/2018
---
# <a name="compiler-error-cs0123"></a>コンパイラ エラー CS0123
デリゲート 'delegate' に一致する 'method' のオーバーロードはありません
Expand Down
15 changes: 4 additions & 11 deletions docs/csharp/misc/cs0162.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,16 @@
---
title: "コンパイラの警告 (レベル 2) CS0162"
title: コンパイラの警告 (レベル 2) CS0162
ms.date: 07/20/2015
ms.prod: .net
ms.technology:
- devlang-csharp
ms.topic: article
f1_keywords:
- CS0162
helpviewer_keywords:
- CS0162
ms.assetid: 369b5b02-a9cc-404b-b758-4184285af2de
caps.latest.revision:
author: BillWagner
ms.author: wiwagn
ms.openlocfilehash: 882892d81242209ec7aa117f8d12effabdab8879
ms.sourcegitcommit: 83dd5ec003e788ccb3e33f3412a7af39ae347646
ms.openlocfilehash: 6d4958de103766264727cf3590328470babb8706
ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
ms.lasthandoff: 03/15/2018
ms.lasthandoff: 05/04/2018
---
# <a name="compiler-warning-level-2-cs0162"></a>コンパイラの警告 (レベル 2) CS0162
到達できないコードが検出されました
Expand Down
15 changes: 4 additions & 11 deletions docs/csharp/misc/cs0164.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,16 @@
---
title: "コンパイラの警告 (レベル 2) CS0164"
title: コンパイラの警告 (レベル 2) CS0164
ms.date: 07/20/2015
ms.prod: .net
ms.technology:
- devlang-csharp
ms.topic: article
f1_keywords:
- CS0164
helpviewer_keywords:
- CS0164
ms.assetid: c701265b-ea7d-4d56-ae73-f74e039f1005
caps.latest.revision:
author: BillWagner
ms.author: wiwagn
ms.openlocfilehash: 5fc998cb00dedb0d192e1bd6e5c8706393aa6986
ms.sourcegitcommit: 83dd5ec003e788ccb3e33f3412a7af39ae347646
ms.openlocfilehash: 2cc0360b5564ae94e898cea34893035a464cbff1
ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
ms.lasthandoff: 03/15/2018
ms.lasthandoff: 05/04/2018
---
# <a name="compiler-warning-level-2-cs0164"></a>コンパイラの警告 (レベル 2) CS0164
このラベルは参照されていません
Expand Down
15 changes: 4 additions & 11 deletions docs/csharp/misc/cs0180.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,16 @@
---
title: "コンパイラ エラー CS0180"
title: コンパイラ エラー CS0180
ms.date: 07/20/2015
ms.prod: .net
ms.technology:
- devlang-csharp
ms.topic: article
f1_keywords:
- CS0180
helpviewer_keywords:
- CS0180
ms.assetid: a21bf0a2-ed5a-4ddd-88d3-240babc5888a
caps.latest.revision:
author: BillWagner
ms.author: wiwagn
ms.openlocfilehash: a40549d09370ca10d9534e95f54d2c5084778ccc
ms.sourcegitcommit: 83dd5ec003e788ccb3e33f3412a7af39ae347646
ms.openlocfilehash: 806c10b8d5d21dae08107920727e4bc5200dea9c
ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
ms.lasthandoff: 03/15/2018
ms.lasthandoff: 05/04/2018
---
# <a name="compiler-error-cs0180"></a>コンパイラ エラー CS0180
'member' に extern と abstract の両方を指定することはできません
Expand Down
15 changes: 4 additions & 11 deletions docs/csharp/misc/cs0200.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,16 @@
---
title: "コンパイラ エラー CS0200"
title: コンパイラ エラー CS0200
ms.date: 07/20/2015
ms.prod: .net
ms.technology:
- devlang-csharp
ms.topic: article
f1_keywords:
- CS0200
helpviewer_keywords:
- CS0200
ms.assetid: 1990704a-edfa-4dbd-8477-d9c7aae58c96
caps.latest.revision:
author: BillWagner
ms.author: wiwagn
ms.openlocfilehash: 23f898e2007478af6d542adb71370842d1037d2d
ms.sourcegitcommit: 83dd5ec003e788ccb3e33f3412a7af39ae347646
ms.openlocfilehash: 5c8d0daf1866d879f56154af43222d6ea2619e86
ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
ms.lasthandoff: 03/15/2018
ms.lasthandoff: 05/04/2018
---
# <a name="compiler-error-cs0200"></a>コンパイラ エラー CS0200
プロパティまたはインデクサー 'property' は読み取り専用なので、割り当てることはできません
Expand Down
15 changes: 4 additions & 11 deletions docs/csharp/misc/cs0202.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,16 @@
---
title: "コンパイラ エラー CS0202"
title: コンパイラ エラー CS0202
ms.date: 07/20/2015
ms.prod: .net
ms.technology:
- devlang-csharp
ms.topic: article
f1_keywords:
- CS0202
helpviewer_keywords:
- CS0202
ms.assetid: 7088850f-c206-4b95-9586-a0fa3d876c0c
caps.latest.revision:
author: BillWagner
ms.author: wiwagn
ms.openlocfilehash: 48a9e265c3fc3033b1d19a41d70302e873b0cf3b
ms.sourcegitcommit: 83dd5ec003e788ccb3e33f3412a7af39ae347646
ms.openlocfilehash: c9c01c6d936a295f5ba59d42ac9e00c00d2016e9
ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
ms.lasthandoff: 03/15/2018
ms.lasthandoff: 05/04/2018
---
# <a name="compiler-error-cs0202"></a>コンパイラ エラー CS0202
foreach では、'type.GetEnumerator()' の戻り値の型 'type' に適切なパブリック MoveNext メソッドおよびパブリック Current プロパティが含まれている必要があります
Expand Down
15 changes: 4 additions & 11 deletions docs/csharp/misc/cs0212.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,16 @@
---
title: "コンパイラ エラー CS0212"
title: コンパイラ エラー CS0212
ms.date: 07/20/2015
ms.prod: .net
ms.technology:
- devlang-csharp
ms.topic: article
f1_keywords:
- CS0212
helpviewer_keywords:
- CS0212
ms.assetid: 1b8973b8-03c9-42a6-bf61-2e401b89387e
caps.latest.revision:
author: BillWagner
ms.author: wiwagn
ms.openlocfilehash: 3727e9601b4c4d15ef81070f3e1b322da6867bc9
ms.sourcegitcommit: 83dd5ec003e788ccb3e33f3412a7af39ae347646
ms.openlocfilehash: fcc180fa141b3db0c073c3d4663f44ba5698639d
ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
ms.lasthandoff: 03/15/2018
ms.lasthandoff: 05/04/2018
---
# <a name="compiler-error-cs0212"></a>コンパイラ エラー CS0212
fixed ステートメントの初期化子内の fixed でない式のアドレスのみを取得できます。
Expand Down
Loading

0 comments on commit 7f7aa10

Please sign in to comment.