Skip to content

FSharpApiAssembly

type FSharpApiAssembly =
    {
        Name: string
        Namespaces: FSharpApiNamespace list
    }
AssemblyNacara.Plugin.FSharpApi

Everything read from one assembly.

Fields

Name: string
Namespaces: FSharpApiNamespace list