FSharpImplementationFileDeclaration Type
Represents a declaration in an implementation file, as seen by the F# language
Union cases
Union case |
Description
|
Full Usage:
Entity(entity, declarations)
Parameters:
FSharpEntity
declarations : FSharpImplementationFileDeclaration list
|
Represents the declaration of a type
|
|
Represents the declaration of a static initialization action
|
Full Usage:
MemberOrFunctionOrValue(value, curriedArgs, body)
Parameters:
FSharpMemberOrFunctionOrValue
curriedArgs : FSharpMemberOrFunctionOrValue list list
body : FSharpExpr
|
Represents the declaration of a member, function or value, including the parameters and body of the member
|
Instance members
Instance member |
Description
|
Full Usage:
this.IsEntity
Returns: bool
|
|
Full Usage:
this.IsInitAction
Returns: bool
|
|
Full Usage:
this.IsMemberOrFunctionOrValue
Returns: bool
|
|