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
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
Instance Methods
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(value: CommentedNode)
CommentedNode(CommentedNode value)
init(_ value: CommentedNode)
Sub New(value As CommentedNode)
Parameters:
- value: