Hi,
How do i concat two dictionaries aka the following sample:
Dictionary<int, stringa;
Dictionary<int, stringb;
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, stringa;
Dictionary<int, stringb;
b.Add(a);
What is the easiest way to concat two dictionaries ??
BR
Peter
Comment