ParsedHashDirectiveNode Type
Example: `#r "nuget: Newtonsoft.Json"` or `#load "Utils.fs"` — a hash directive at the file level.
Constructors
| Constructor |
Description
|
Full Usage:
ParsedHashDirectiveNode(ident, args, range)
Parameters:
string
args : Choice<SingleTextNode, IdentListNode> list
range : range
Returns: ParsedHashDirectiveNode
|
|
Instance members
| Instance member |
Description
|
|
|
Full Usage:
this.Ident
Returns: string
|
|
Inherited members
Inherited from
NodeBase
Instance members
| Instance member |
Description
|
|
|
|
|
|
|
|
|
Full Usage:
this.ToStringWithIndent
Parameters:
int
Returns: string
|
|
|
|
|
|
|
|
|
|
Full Usage:
this.HasContentAfter
Returns: bool
|
|
|
|
Full Usage:
this.HasContentBefore
Returns: bool
|
|
fantomas