new_intersection
Description:
[ Version ( deprecated = true , deprecated_since = "0.2.2" ) ]
public ResourcesList new_intersection (ResourcesList sourceTwo)
public ResourcesList new_intersection (ResourcesList sourceTwo)
Warning: new_intersection is deprecated since 0.2.2.
Construct a new resources list that is filled with only the resources instances that are present in both this
and sourceTwo
.
Note:
Use new_intersection instead.
Parameters:
this |
the first resources list to copy |
sourceTwo |
the second resources list to copy |
Returns:
an intersection of the two resources lists |