diff --git a/docs/framework/reflection-and-codedom/dynamic-language-runtime-overview.md b/docs/framework/reflection-and-codedom/dynamic-language-runtime-overview.md index ceaeb8ddd58..51ac5bfb591 100644 --- a/docs/framework/reflection-and-codedom/dynamic-language-runtime-overview.md +++ b/docs/framework/reflection-and-codedom/dynamic-language-runtime-overview.md @@ -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" --- # 動的言語ランタイムの概要 *動的言語ランタイム* (DLR) とは、動的言語の一連のサービスを共通言語ランタイム (CLR) に追加するランタイム環境です。 DLR により、.NET Framework 上で実行される動的言語の開発や、静的に型指定された言語への動的機能の追加が簡単になります。 diff --git a/docs/fsharp/language-reference/type-extensions.md b/docs/fsharp/language-reference/type-extensions.md index 62bd419750f..c7297f8c8a1 100644 --- a/docs/fsharp/language-reference/type-extensions.md +++ b/docs/fsharp/language-reference/type-extensions.md @@ -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" --- # 型の拡張機能 @@ -169,6 +169,5 @@ type IEnumerableExtensions() = ## 関連項目 -[F# 言語リファレンス](index.md) - -[メンバー](members/index.md) +- [F# 言語リファレンス](index.md) +- [メンバー](members/index.md)