Skip to content

format

typescript
new Dictionary ((keyType))

description

Constructor

parameter

param_nametypedescription
keyTypeKThe type of the key

code example

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