KeyValueExpr
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(aKey: Expr; aColon: Pos; aValue: Expr)
KeyValueExpr(Expr aKey, Pos aColon, Expr aValue)
init(_ aKey: Expr, _ aColon: Pos, _ aValue: Expr)
Sub New(aKey As Expr, aColon As Pos, aValue As Expr)
Parameters:
- aKey:
- aColon:
- aValue:
constructor(value: KeyValueExpr)
KeyValueExpr(KeyValueExpr value)
init(_ value: KeyValueExpr)
Sub New(value As KeyValueExpr)
Parameters:
- value:
Colon
End Island
Key
Pos Island
Value
constructor
constructor(aKey: Expr; aColon: Pos; aValue: Expr)
KeyValueExpr(Expr aKey, Pos aColon, Expr aValue)
init(_ aKey: Expr, _ aColon: Pos, _ aValue: Expr)
Sub New(aKey As Expr, aColon As Pos, aValue As Expr)
Parameters:
- aKey:
- aColon:
- aValue:
constructor(value: KeyValueExpr)
KeyValueExpr(KeyValueExpr value)
init(_ value: KeyValueExpr)
Sub New(value As KeyValueExpr)
Parameters:
- value:
End Island
Pos Island