HashDirectiveListNode Type
A group of consecutive hash directives (e.g. `#r "..."` followed by `#load "..."`) treated as a single declaration.
Constructors
| Constructor |
Description
|
Full Usage:
HashDirectiveListNode(hashDirectives)
Parameters:
ParsedHashDirectiveNode list
Returns: HashDirectiveListNode
|
|
Instance members
| Instance member |
Description
|
|
|
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