Dim arr(m.Size*2) As String
Dim index As Int = 0
For Each key As String In m.Keys
arr(2*index) = key
arr(2*index+1) = m.Get(key)
index = index + 1
Next
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.