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!!
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!!