FSharpActivePatternCase Type
A subtype of FSharpSymbol that represents a single case within an active pattern
Instance members
Instance member |
Description
|
|
The location of declaration of the active pattern case
|
|
The group of active pattern cases this belongs to
|
Full Usage:
this.Index
Returns: int
|
Index of the case in the pattern group
|
Full Usage:
this.Name
Returns: string
|
The name of the active pattern case
|
|
Get the XML documentation for the entity
|
Full Usage:
this.XmlDocSig
Returns: string
|
XML documentation signature for the active pattern case, used for .xml file lookup for compiled code
|