|
static void | AddList< T > (this HashSet< T > hashset, List< T > list) |
| Hashset extesion to remain order of added elements (UnionWith could be used but I didnt found implemenation) More...
|
|
◆ AddList< T >()
static void VizualizerWPF.HashSetExtesions.AddList< T > |
( |
this HashSet< T > |
hashset, |
|
|
List< T > |
list |
|
) |
| |
|
inlinestatic |
Hashset extesion to remain order of added elements (UnionWith could be used but I didnt found implemenation)
- Template Parameters
-
- Parameters
-
The documentation for this class was generated from the following file: