FuncLit
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
FuncLit()
init()
Sub New()
// .NET, .NET Standard 2.0
constructor(aType: Memory<FuncType>; aBody: Memory<BlockStmt>)
// Island
constructor(aType: Memory<FuncType>; aBody: Memory<BlockStmt>)
// .NET, .NET Standard 2.0
FuncLit(Memory<FuncType> aType, Memory<BlockStmt> aBody)
// Island
FuncLit(Memory<FuncType> aType, Memory<BlockStmt> aBody)
Parameters:
- aType:
- aBody:
constructor (FuncLit)
Parameters:
- value:
Body
End Island
Pos Island
Type
Body
Type
constructor
constructor
FuncLit()
init()
Sub New()
// .NET, .NET Standard 2.0
constructor(aType: Memory<FuncType>; aBody: Memory<BlockStmt>)
// Island
constructor(aType: Memory<FuncType>; aBody: Memory<BlockStmt>)
// .NET, .NET Standard 2.0
FuncLit(Memory<FuncType> aType, Memory<BlockStmt> aBody)
// Island
FuncLit(Memory<FuncType> aType, Memory<BlockStmt> aBody)
Parameters:
- aType:
- aBody:
constructor (FuncLit)
Parameters:
- value:
End Island
Pos Island