FuncType
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
FuncType()
init()
Sub New()
// .NET, .NET Standard 2.0
constructor(aFunc: Pos; aParams: Memory<FieldList>; aResults: Memory<FieldList>)
// Island
constructor(aFunc: Pos; aParams: Memory<FieldList>; aResults: Memory<FieldList>)
// .NET, .NET Standard 2.0
FuncType(Pos aFunc, Memory<FieldList> aParams, Memory<FieldList> aResults)
// Island
FuncType(Pos aFunc, Memory<FieldList> aParams, Memory<FieldList> aResults)
Parameters:
- aFunc:
- aParams:
- aResults:
constructor (FuncType)
constructor(value: FuncType)
FuncType(FuncType value)
init(_ value: FuncType)
Sub New(value As FuncType)
Parameters:
- value:
End Island
Func
Params
Pos Island
Results
Func
Params
Results
constructor
constructor
FuncType()
init()
Sub New()
// .NET, .NET Standard 2.0
constructor(aFunc: Pos; aParams: Memory<FieldList>; aResults: Memory<FieldList>)
// Island
constructor(aFunc: Pos; aParams: Memory<FieldList>; aResults: Memory<FieldList>)
// .NET, .NET Standard 2.0
FuncType(Pos aFunc, Memory<FieldList> aParams, Memory<FieldList> aResults)
// Island
FuncType(Pos aFunc, Memory<FieldList> aParams, Memory<FieldList> aResults)
Parameters:
- aFunc:
- aParams:
- aResults:
constructor (FuncType)
constructor(value: FuncType)
FuncType(FuncType value)
init(_ value: FuncType)
Sub New(value As FuncType)
Parameters:
- value:
End Island
Pos Island