Header menu logo F# Compiler Guide

FSharpActivePatternCase Type

A subtype of FSharpSymbol that represents a single case within an active pattern

Instance members

Instance member Description

this.DeclarationLocation

Full Usage: this.DeclarationLocation

Returns: range

The location of declaration of the active pattern case

Returns: range

this.Group

Full Usage: this.Group

Returns: FSharpActivePatternGroup

The group of active pattern cases this belongs to

Returns: FSharpActivePatternGroup

this.Index

Full Usage: this.Index

Returns: int

Index of the case in the pattern group

Returns: int

this.Name

Full Usage: this.Name

Returns: string

The name of the active pattern case

Returns: string

this.XmlDoc

Full Usage: this.XmlDoc

Returns: FSharpXmlDoc

Get the XML documentation for the entity

Returns: FSharpXmlDoc

this.XmlDocSig

Full Usage: this.XmlDocSig

Returns: string

XML documentation signature for the active pattern case, used for .xml file lookup for compiled code

Returns: string

Type something to start searching.