Skip to content

FSharpApiParameter

type FSharpApiParameter =
    {
        Name: string option
        Type: string
        Summary: string option
    }
AssemblyNacara.Plugin.FSharpApi

A parameter of a function or member, as the reader needs to see it.

Fields

Name: string option
Type: string
Summary: string option