Skip to content

Commit

Permalink
open localization: commit translated files
Browse files Browse the repository at this point in the history
  • Loading branch information
OpenLocalizationService committed Aug 30, 2017
1 parent ea75ee2 commit 5df5d31
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions docs/csharp/language-reference/compiler-messages/cs2032.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ translation.priority.ht:
- zh-cn
- zh-tw
ms.translationtype: HT
ms.sourcegitcommit: 306c608dc7f97594ef6f72ae0f5aaba596c936e1
ms.openlocfilehash: fb1fbf3a40267416ba95dddf4102cb1df95f00d1
ms.sourcegitcommit: 6170e096e36f8d054fdfe9cbd8311e6492e32a04
ms.openlocfilehash: 9dff7bc7d492745d62dddb1954081c28b407dd45
ms.contentlocale: ja-jp
ms.lasthandoff: 07/28/2017
ms.lasthandoff: 08/28/2017

---
# <a name="compiler-error-cs2032"></a>コンパイラ エラー CS2032
Expand All @@ -53,7 +53,7 @@ ms.lasthandoff: 07/28/2017

2. **My Documents** フォルダーに cs2032.cs というテキスト ファイルを作成し、任意の必要な内容を入力します。

3. **[スタート]** メニューを開きます。 [Visual Studio の開発者コマンド プロンプト](https://msdn.microsoft.com/library/ms229859(v=vs.110).aspx)を探して選択します。
3. **[スタート]** メニューを開きます。 [Visual Studio の開発者コマンド プロンプト](../../../framework/tools/developer-command-prompt-for-vs.md)を探して選択します。

4. 現在のディレクトリ `C:\Users\\<YourUsername>\Documents` に移動します。

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ translation.priority.ht:
- zh-cn
- zh-tw
ms.translationtype: HT
ms.sourcegitcommit: 306c608dc7f97594ef6f72ae0f5aaba596c936e1
ms.openlocfilehash: c4da026d7ad38976565cbaad930652670aed2854
ms.sourcegitcommit: 1e548df4de2c07934313311a7ffcfae82be76000
ms.openlocfilehash: a7f05e3e0b19bf6457989f8db2b46741cf6b28c1
ms.contentlocale: ja-jp
ms.lasthandoff: 07/28/2017
ms.lasthandoff: 08/28/2017

---
# <a name="named-and-optional-arguments-c-programming-guide"></a>名前付き引数と省略可能な引数 (C# プログラミング ガイド)
Expand Down Expand Up @@ -85,7 +85,7 @@ ms.lasthandoff: 07/28/2017

- `new ValType()` 形式の式です。`ValType` は、[enum](../../../csharp/language-reference/keywords/enum.md)[struct](../../../csharp/programming-guide/classes-and-structs/structs.md) のような値型になります。

- [default(ValType)](../../../csharp/programming-guide/generics/default-keyword-in-generic-code.md) 形式の式です。`ValType` は値型です。
- [default(ValType)](../../../csharp/programming-guide/statements-expressions-operators/default-value-expressions.md) 形式の式です。`ValType` は値型です。

省略可能なパラメーターは、パラメーター リストの末尾で必須パラメーターの後に定義されます。 呼び出し元は、連続する省略可能なパラメーターのいずれか 1 つに対して引数を指定する場合、先行するすべての省略可能なパラメーターに引数を指定する必要があります。 引数リストでは、スペースをコンマで区切ることはできません。 たとえば、次のコードでは、1 つの必須パラメーターと 2 つの省略可能パラメーターでインスタンス メソッド `ExampleMethod` が定義されます。

Expand Down

0 comments on commit 5df5d31

Please sign in to comment.