CommentGroup
Overview
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.ast
- Platforms: .NET, .NET Standard 2.0, Island
constructor
constructor
CommentGroup()
init()
Sub New()
// .NET, .NET Standard 2.0
constructor(aList: Slice<Memory<Comment>>)
// Island
constructor(aList: Slice<Memory<Comment>>)
// .NET, .NET Standard 2.0
CommentGroup(Slice<Memory<Comment>> aList)
// Island
CommentGroup(Slice<Memory<Comment>> aList)
Parameters:
- aList:
constructor (CommentGroup)
constructor(value: CommentGroup)
CommentGroup(CommentGroup value)
init(_ value: CommentGroup)
Sub New(value As CommentGroup)
Parameters:
- value:
End Island
List
// .NET, .NET Standard 2.0
var List: Slice<Memory<Comment>>;
// Island
var List: Slice<Memory<Comment>>;
Pos Island
Text
List
constructor
constructor
CommentGroup()
init()
Sub New()
// .NET, .NET Standard 2.0
constructor(aList: Slice<Memory<Comment>>)
// Island
constructor(aList: Slice<Memory<Comment>>)
// .NET, .NET Standard 2.0
CommentGroup(Slice<Memory<Comment>> aList)
// Island
CommentGroup(Slice<Memory<Comment>> aList)
Parameters:
- aList:
constructor (CommentGroup)
constructor(value: CommentGroup)
CommentGroup(CommentGroup value)
init(_ value: CommentGroup)
Sub New(value As CommentGroup)
Parameters:
- value:
End Island
Pos Island