Reflection.UnionCaseInfo 類別 (F#)
表示差別等位型別的案例。
**命名空間/模組路徑:**Microsoft.FSharp.Reflection
組件:FSharp.Core (在 FSharp.Core.dll 中)
[<Sealed>]
type UnionCaseInfo =
class
member this.GetCustomAttributes : Type -> obj []
member this.GetCustomAttributes : unit -> obj []
member this.GetCustomAttributesData : unit -> IList<CustomAttributeData>
member this.GetFields : unit -> PropertyInfo []
member this.DeclaringType : Type
member this.Name : string
member this.Tag : int
end
執行個體成員
成員 |
描述 |
---|---|
發生案例的型別。 |
|
傳回與符合所指定屬性型別之案例相關聯的自訂屬性。 |
|
傳回與案例相關的自訂屬性資料。 |
|
與案例相關聯的欄位 (以 PropertyInfo 表示)。 |
|
案例的名稱。 |
|
案例的整數標籤。 |
平台
Windows 8 中, Windows 7, Windows Server 2012 上, Windows Server 2008 R2
版本資訊
F# 核心程式庫版本
支援版本:2.0, 4.0,可攜式執行檔 (PE)。