Basic
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
Basic()
init()
Sub New()
constructor(akind: BasicKind; ainfo: BasicInfo; aname: string)
Basic(BasicKind akind, BasicInfo ainfo, string aname)
init(_ akind: BasicKind, _ ainfo: BasicInfo, _ aname: string)
Sub New(akind As BasicKind, ainfo As BasicInfo, aname As string)
Parameters:
- akind:
 - ainfo:
 - aname:
 
constructor (Basic)
constructor(value: Basic)
Basic(Basic value)
init(_ value: Basic)
Sub New(value As Basic)
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