new_union


Description:

[ Version ( deprecated = true , deprecated_since = "0.2.2" ) ]
public DeviceList new_union (DeviceList sourceTwo)

Warning: new_union is deprecated since 0.2.2.

Construct a new device list that is filled with all the devices that are present in either this and sourceTwo.

Note:

Use new_union instead.

Parameters:

this

the first device list to copy

sourceTwo

the second device list to copy

Returns:

a union of the two device lists