I'm confused with the difference between the following two statements:
Dim clone1 As New Dictionary(Of TKey, TValue)()
Dim clone1 As Dictionary(Of TKey, TValue) = New DMVUpdateParameters(Of TKey, TValue)()
What's the difference? Maybe my old VB6 mind is interfering.
Renegrin
Dim clone1 As New Dictionary(Of TKey, TValue)()
Dim clone1 As Dictionary(Of TKey, TValue) = New DMVUpdateParameters(Of TKey, TValue)()
What's the difference? Maybe my old VB6 mind is interfering.
Renegrin