Creating a constant Dictionary in C#
Code:Dictionary<string, int> ids = new Dictionary<string, int> { {"abc",1}, {"def",2}, {"ghi",3} };
How to write the same in VB?
|
Results 1 to 4 of 4
Thread: How to write it in VB.NET?Threaded View
Tags for this Thread |
Click Here to Expand Forum to Full Width |