constructor
Map()
init()
Sub New()
constructor (Map, RWMutex, Slice<string>)
constructor(am: Map; akeysMu: RWMutex; akeys: Slice<string>)
Map(Map am, RWMutex akeysMu, Slice<string> akeys)
init(_ am: Map, _ akeysMu: RWMutex, _ akeys: Slice<string>)
Sub New(am As Map, akeysMu As RWMutex, akeys As Slice<string>)
Parameters:
constructor (Map)
constructor(value: Map)
Map(Map value)
init(_ value: Map)
Sub New(value As Map)
String Island
method String: string
string String()
func String() -> string
func String() string
Function String() As string