P
Peter Larsen [CPH]
Hi,
How do i concat two dictionaries aka the following sample:
Dictionary<int, string> a;
Dictionary<int, string> b;
b.Add(a);
What is the easiest way to concat two dictionaries ??
BR
Peter
How do i concat two dictionaries aka the following sample:
Dictionary<int, string> a;
Dictionary<int, string> b;
b.Add(a);
What is the easiest way to concat two dictionaries ??
BR
Peter