Nullable.enum<^U> 函式 (F#)
將引數轉換成特定列舉型別。
Namespace/Module Path:Microsoft.FSharp.Linq.Nullable
組件:FSharp.Core (在 FSharp.Core.dll 中)
// Signature:
enum : Nullable<int32> -> Nullable<^U> when ^U : enum<int32> and ^U : (new : unit -> ^U) and ^U : struct and ^U :> ValueType
// Usage:
Nullable.enum value
參數
value
型別: Nullable<T><int32>輸入值。
傳回值
轉換的列舉型別。
備註
這個函式在 .NET 組件中名為 ToEnum。 如果是透過 F# 以外的 .NET 語言存取成員,或透過反映存取成員,請使用這個名稱。
平台
Windows 8 中, Windows 7, Windows Server 2012 上, Windows Server 2008 R2
版本資訊
F# 核心程式庫版本
支援版本:4.0,可攜式執行檔 (PE)。