SynValSig Type
Represents the syntax tree for a 'val' definition in an abstract slot or a signature file
Union cases
Union case |
Description
|
Full Usage:
SynValSig(attributes, ident, explicitTypeParams, synType, arity, isInline, isMutable, xmlDoc, accessibility, synExpr, range, trivia)
Parameters:
SynAttributes
ident : SynIdent
explicitTypeParams : SynValTyparDecls
synType : SynType
arity : SynValInfo
isInline : bool
isMutable : bool
xmlDoc : PreXmlDoc
accessibility : SynAccess option
synExpr : SynExpr option
range : range
trivia : SynValSigTrivia
|
|
Instance members
Instance member |
Description
|
|
|
|
|
|
|