File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ namespace ExtendedSystemObjects
2222 /// The dictionary extensions class.
2323 /// </summary>
2424 public static class DictionaryExtensions
25-
2625 {
2726 /// <summary>
2827 /// Adds the specified key to the Value, that is a list.
Original file line number Diff line number Diff line change 1313using System . Collections . Generic ;
1414using System . Runtime . CompilerServices ;
1515using System . Runtime . InteropServices ;
16+ using ExtendedSystemObjects . Helper ;
1617using ExtendedSystemObjects . Interfaces ;
1718
1819namespace ExtendedSystemObjects
Original file line number Diff line number Diff line change 1515using System . Collections ;
1616using System . Collections . Generic ;
1717using System . Runtime . InteropServices ;
18+ using ExtendedSystemObjects . Helper ;
1819using ExtendedSystemObjects . Interfaces ;
1920
2021namespace ExtendedSystemObjects
Original file line number Diff line number Diff line change 1414using System . Collections ;
1515using System . Collections . Generic ;
1616using System . Runtime . InteropServices ;
17+ using ExtendedSystemObjects . Helper ;
1718using ExtendedSystemObjects . Interfaces ;
1819
1920namespace ExtendedSystemObjects
You can’t perform that action at this time.
0 commit comments