How to initialize Array of dictionary?

Hi @Jon_G

If you want to Initialize the Dictionary,

New Dictionary(Of String, String)

If you want to Initialize the List of Dictionary,

New List(Of Dictionary(Of String, String))()

Hope it helps!!

1 Like