Assign dictionary of <Int32,List<Int32>>

Hi @DEATHFISH,

Can you use this expression in assign statement and store in variable which has key of Int32 and value as list of int32

new Dictionary(of Int32, List(of int32))

Refer the below post for reference

1 Like