C
csharpula csharp
Hello,
I was wondering if there is a way in c# to append two Dictionaries of
the same type:
Dictionary<string,object> dic1 and Dictionary<string,object> dic2 into
one new Dictionary<string,object> ?
(Is there any kind of AddRange such as exisits in generic list)?
Thank you very much!
I was wondering if there is a way in c# to append two Dictionaries of
the same type:
Dictionary<string,object> dic1 and Dictionary<string,object> dic2 into
one new Dictionary<string,object> ?
(Is there any kind of AddRange such as exisits in generic list)?
Thank you very much!