Map

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

 

Map()

 

init()

 

Sub New()

constructor (Type, Type)

 

constructor(akey: Type; aelem: Type)

 

Map(Type akey, Type aelem)

 

init(_ akey: Type, _ aelem: Type)

 

Sub New(akey As Type, aelem As Type)

Parameters:

  • akey:
  • aelem:

constructor (Map)

 

constructor(value: Map)

 

Map(Map value)

 

init(_ value: Map)

 

Sub New(value As Map)

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