MemberModelRecord

PackageFsLiveDocs.Core
Represents a member (function, value, or method) of an F# entity.

Fields

NameTypeDescription
IdIdThe fully qualified unique identifier for the member.
NameNameThe display name of the member.
SignatureSignatureThe full F# type signature.
ParametersParametersList of parameters, if any.
ReturnTypeReturnTypeThe return type of the member.
SummarySummaryThe renderer-neutral summary docstring.
RemarksRemarksThe renderer-neutral remarks or long-form documentation.
ExamplesExamplesExecutable examples associated with this member.
LocationLocationSource location of the member declaration.