SendStmt
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(aChan: Expr; aArrow: Pos; aValue: Expr)
SendStmt(Expr aChan, Pos aArrow, Expr aValue)
init(_ aChan: Expr, _ aArrow: Pos, _ aValue: Expr)
Sub New(aChan As Expr, aArrow As Pos, aValue As Expr)
Parameters:
- aChan:
- aArrow:
- aValue:
constructor(value: SendStmt)
Sub New(value As SendStmt)
Parameters:
- value:
Arrow
Chan
End Island
Pos Island
Value
constructor
constructor(aChan: Expr; aArrow: Pos; aValue: Expr)
SendStmt(Expr aChan, Pos aArrow, Expr aValue)
init(_ aChan: Expr, _ aArrow: Pos, _ aValue: Expr)
Sub New(aChan As Expr, aArrow As Pos, aValue As Expr)
Parameters:
- aChan:
- aArrow:
- aValue:
constructor(value: SendStmt)
Sub New(value As SendStmt)
Parameters:
- value:
End Island
Pos Island