Skip to content

FSharpApiMemberKind

type FSharpApiMemberKind =
    | Value
    | Constructor
    | Property
    | Method
    | UnionCase
    | RecordField
    | EnumCase
    | ActivePattern
    | Event
    | Extension
AssemblyNacara.Plugin.FSharpApi
Attributes[<RequireQualifiedAccess>]

What a member is, which decides the group it is listed under.

Cases

Value

A let-bound function or value of a module.

Constructor
Property
Method
UnionCase
RecordField
EnumCase
ActivePattern
Event
Extension

A member another type gained from this library.

Properties

member IsActivePattern: bool
member IsConstructor: bool
member IsEnumCase: bool
member IsEvent: bool
member IsExtension: bool
member IsMethod: bool
member IsProperty: bool
member IsRecordField: bool
member IsUnionCase: bool
member IsValue: bool
member Label: string