次の方法で共有


FSharpType.MakeFunctionType メソッド (F#)

指定したドメインと範囲を持つ F# 関数型を表す Type を返します。

名前空間/モジュール パス: Microsoft.FSharp.Reflection

アセンブリ: FSharp.Core (FSharp.Core.dll 内)

// Signature:
static member MakeFunctionType : Type * Type -> Type

// Usage:
FSharpType.MakeFunctionType (domain, range)

パラメーター

  • domain
    型: Type

    関数の入力型。

  • range
    型: Type

    関数の出力型。

戻り値

指定したドメインと範囲を持つ関数型。

プラットフォーム

Windows 8、Windows 7、Windows Server 2012 で Windows Server 2008 R2

バージョン情報

F# コア ライブラリのバージョン

サポート: ポータブル 2.0、4.0

参照

関連項目

Reflection.FSharpType クラス (F#)

Microsoft.FSharp.Reflection 名前空間 (F#)