Skip to content

format

typescript
Dictionary.toString()

class: Dictionary

description

Returns the name of the return type.

parameter

param_nametypedescription

reture

typedescription
string

code example

typescript
let dictionaryObj = new Dictionary<Obj, Number>(Obj);
return dictionaryObj.toString()