FSharpUnionCase Type
A subtype of FSharpSymbol that represents a union case as seen by the F# language
Instance members
Instance member |
Description
|
Full Usage:
this.CompiledName
Returns: string
|
Get the name of the case in generated IL code
|
|
Get the range of the name of the case
|
|
Get the declaring entity of the case
|
|
Get the data carried by the case.
|
Full Usage:
this.HasFields
Returns: bool
|
Indicates if the union case has field definitions
|
Full Usage:
this.IsUnresolved
Returns: bool
|
Indicates if the union case is for a type in an unresolved assembly
|
Full Usage:
this.Name
Returns: string
|
Get the name of the union case
|
|
Get the type constructed by the case. Normally exactly the type of the enclosing type, sometimes an abbreviation of it
|
|
Get the XML documentation for the entity
|
Full Usage:
this.XmlDocSig
Returns: string
|
Get the XML documentation signature for .xml file lookup for the union case, used for .xml file lookup for compiled code
|