BGC Tools
|
Static Public Member Functions | |
static List< T > | Intersection< T > (this List< T > a, List< T > b) |
Finds the list intersection between two lists where each repeated value is unique Intersection is the Or operation More... | |
static List< T > | Union< T > (this List< T > a, List< T > b) |
Finds the list union between two lists where each repeated value is unique Union is the And operation More... | |
Definition at line 6 of file SetOperations.cs.
|
inlinestatic |
Finds the list intersection between two lists where each repeated value is unique Intersection is the Or operation
Definition at line 12 of file SetOperations.cs.
|
inlinestatic |
Finds the list union between two lists where each repeated value is unique Union is the And operation
Definition at line 42 of file SetOperations.cs.