Chan
Overview
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.types
- Platforms: .NET, .NET Standard 2.0, Island
Instance Methods
constructor
constructor
Chan()
init()
Sub New()
constructor(adir: ChanDir; aelem: Type)
Chan(ChanDir adir, Type aelem)
init(_ adir: ChanDir, _ aelem: Type)
Sub New(adir As ChanDir, aelem As Type)
Parameters:
- adir:
- aelem:
constructor (Chan)
constructor(value: Chan)
Chan(Chan value)
init(_ value: Chan)
Sub New(value As Chan)
Parameters:
- value:
String Island
method String: string
string String()
func String() -> string
func String() string
Function String() As string
Underlying Island
method Underlying: Type
Type Underlying()
func Underlying() -> Type
func Underlying() Type
Function Underlying() As Type