new_intersection


Description:

[ Version ( deprecated = true , deprecated_since = "0.2.2" ) ]
public DeviceLinkList new_intersection (DeviceLinkList sourceTwo)

Warning: new_intersection is deprecated since 0.2.2.

Construct a new devicelink list that is filled with only the devicelinks that are present in both this and sourceTwo.

Note:

Use new_intersection instead.

Parameters:

this

the first devicelink list to copy

sourceTwo

the second devicelink list to copy

Returns:

an intersection of the two devicelink lists