Funzione Nullable.enum<^U> (F#)
Consente di convertire l'argomento in un tipo enum particolare.
Namespace/Module Path: Microsoft.FSharp.Linq.Nullable
Assembly: FSharp.Core (in 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
Parametri
Valore restituito
Tipo enum convertito.
Note
Questa funzione è denominata ToEnum nell'assembly .NET. Utilizzare questo nome per accedere al membro da un linguaggio .NET diverso da F# o tramite reflection.
Piattaforme
Windows 8, Windows 7, Windows Server 2012, Windows Server 2008 R2
Informazioni sulla versione
Versioni della libreria di base F#
Supportato in: 4,0, portabile
Vedere anche
Riferimenti
Spazio dei nomi Microsoft.FSharp.Linq (F#)