VizualizerWPF
VizualizerWPF.HashSetExtesions Class Reference

Static Public Member Functions

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...
 

Member Function Documentation

◆ AddList< T >()

static void VizualizerWPF.HashSetExtesions.AddList< T > ( this HashSet< T >  hashset,
List< T >  list 
)
static

Hashset extesion to remain order of added elements (UnionWith could be used but I didnt found implemenation)

Template Parameters
T
Parameters
hashset
list

The documentation for this class was generated from the following file: