Skip to content

Commit

Permalink
commit translated contents
Browse files Browse the repository at this point in the history
  • Loading branch information
olprod committed Sep 6, 2018
1 parent 1f2ab5f commit 4bf07e8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ ms.assetid: f769a271-8aff-4bea-bfab-6160217ce23d
author: rpetrusha
ms.author: ronpet
ms.openlocfilehash: 5a4645efc9276429cbdb0812f1ca501c89ea5dbb
ms.sourcegitcommit: 2eceb05f1a5bb261291a1f6a91c5153727ac1c19
ms.sourcegitcommit: 3c1c3ba79895335ff3737934e39372555ca7d6d0
ms.translationtype: HT
ms.contentlocale: ja-JP
ms.lasthandoff: 09/04/2018
ms.locfileid: "43557338"
ms.lasthandoff: 09/06/2018
ms.locfileid: "43855153"
---
# <a name="dynamic-language-runtime-overview"></a>動的言語ランタイムの概要
*動的言語ランタイム* (DLR) とは、動的言語の一連のサービスを共通言語ランタイム (CLR) に追加するランタイム環境です。 DLR により、.NET Framework 上で実行される動的言語の開発や、静的に型指定された言語への動的機能の追加が簡単になります。
Expand Down
13 changes: 6 additions & 7 deletions docs/fsharp/language-reference/type-extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
title: 型拡張 (F#)
description: F# 型の拡張機能が定義済みのオブジェクト型に新しいメンバーを追加するを許可する方法について説明します。
ms.date: 07/20/2018
ms.openlocfilehash: 2181745ea75894fbfe35d5522c130baaf1876455
ms.sourcegitcommit: 78bcb629abdbdbde0e295b4e81f350a477864aba
ms.openlocfilehash: 27238db1fd0803f62c32755fbc4ab7688f5c107e
ms.sourcegitcommit: 3c1c3ba79895335ff3737934e39372555ca7d6d0
ms.translationtype: MT
ms.contentlocale: ja-JP
ms.lasthandoff: 08/08/2018
ms.locfileid: "33566887"
ms.lasthandoff: 09/06/2018
ms.locfileid: "43855062"
---
# <a name="type-extensions"></a>型の拡張機能

Expand Down Expand Up @@ -169,6 +169,5 @@ type IEnumerableExtensions() =

## <a name="see-also"></a>関連項目

[F# 言語リファレンス](index.md)

[メンバー](members/index.md)
- [F# 言語リファレンス](index.md)
- [メンバー](members/index.md)

0 comments on commit 4bf07e8

Please sign in to comment.