Skip to content

FSharpApiNamespace

type FSharpApiNamespace =
    {
        Name: string
        Entities: FSharpApiEntity list
        Slug: string
        Assembly: string
    }
AssemblyNacara.Plugin.FSharpApi

The declarations of one namespace, which is one page.

Fields

Name: string
Entities: FSharpApiEntity list
Slug: string
Assembly: string

The package that declares this part of the namespace.