TypeDefnDelegateNode Type
Example: `type MyDelegate = delegate of int * string -> bool` — a delegate type declaration.
Constructors
| Constructor |
Description
|
Full Usage:
TypeDefnDelegateNode(typeNameNode, delegateNode, typeList, range)
Parameters:
TypeNameNode
delegateNode : SingleTextNode
typeList : TypeFunsNode
range : range
Returns: TypeDefnDelegateNode
|
|
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