StructType
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
StructType()
init()
Sub New()
// .NET, .NET Standard 2.0
constructor(aStruct: Pos; aFields: Memory<FieldList>; aIncomplete: Boolean)
// Island
constructor(aStruct: Pos; aFields: Memory<FieldList>; aIncomplete: bool)
// .NET, .NET Standard 2.0
StructType(Pos aStruct, Memory<FieldList> aFields, Boolean aIncomplete)
// Island
StructType(Pos aStruct, Memory<FieldList> aFields, bool aIncomplete)
Parameters:
- aStruct:
- aFields:
- aIncomplete:
constructor (StructType)
constructor(value: StructType)
StructType(StructType value)
init(_ value: StructType)
Sub New(value As StructType)
Parameters:
- value:
End Island
Fields
Incomplete
var Incomplete: bool;
bool Incomplete
var Incomplete: bool
Incomplete bool
FIELD Incomplete() As bool
Pos Island
Struct
Fields
Incomplete
var Incomplete: bool;
bool Incomplete
var Incomplete: bool
Incomplete bool
FIELD Incomplete() As bool
Struct
constructor
constructor
StructType()
init()
Sub New()
// .NET, .NET Standard 2.0
constructor(aStruct: Pos; aFields: Memory<FieldList>; aIncomplete: Boolean)
// Island
constructor(aStruct: Pos; aFields: Memory<FieldList>; aIncomplete: bool)
// .NET, .NET Standard 2.0
StructType(Pos aStruct, Memory<FieldList> aFields, Boolean aIncomplete)
// Island
StructType(Pos aStruct, Memory<FieldList> aFields, bool aIncomplete)
Parameters:
- aStruct:
- aFields:
- aIncomplete:
constructor (StructType)
constructor(value: StructType)
StructType(StructType value)
init(_ value: StructType)
Sub New(value As StructType)
Parameters:
- value:
End Island
Pos Island