CommentedNode
Overview
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.printer
- Platforms: .NET, .NET Standard 2.0, Island
Fields
Comments
var Comments: Slice<Memory<CommentGroup>>;
Slice<Memory<CommentGroup>> Comments
var Comments: Slice<Memory<CommentGroup>>
Comments Slice<Memory<CommentGroup>>
FIELD Comments() As Slice<Memory<CommentGroup>>
Node
var Node: Object;
Object Node
var Node: Object
Node interface{}
FIELD Node() As Object
Instance Methods
constructor
constructor
CommentedNode()
init()
Sub New()
constructor (Object, Slice<Memory<CommentGroup>>)
constructor(aNode: Object; aComments: Slice<Memory<CommentGroup>>)
CommentedNode(Object aNode, Slice<Memory<CommentGroup>> aComments)
init(_ aNode: Object, _ aComments: Slice<Memory<CommentGroup>>)
Sub New(aNode As Object, aComments As Slice<Memory<CommentGroup>>)
Parameters:
- aNode:
- aComments:
constructor (CommentedNode)
constructor(value: CommentedNode)
CommentedNode(CommentedNode value)
init(_ value: CommentedNode)
Sub New(value As CommentedNode)
Parameters:
- value: