[Home] Type Microsoft.FSharp.Reflection.UnionCaseInfo


Represents a case of a discriminated union type

Full Type Signature

[<SealedAttribute ()>]
type UnionCaseInfo
with
  member GetFields : unit -> PropertyInfo []
  member DeclaringType : Type
  member Name : string
  member Tag : int
end

Instance Members

MemberDescription
member DeclaringType : Type
The type in which the case occurs
member GetFields : unit -> PropertyInfo []
The fields associated with the case, represented by PropertyInfo
member Name : string
The name of the case
member Tag : int
The integer tag for the case

See Also

Microsoft.FSharp.Reflection


Documentation for assembly FSharp.Core, version 1.9.6.0, generated using F# Programming Language version 1.9.6.0