[ Version ( deprecated = true , deprecated_since = "0.2.2" ) ]
public MediaList new_union (MediaList sourceTwo)
Warning: new_union is deprecated since 0.2.2.
Construct a new media list that is filled with all the medias that are present in either this and
sourceTwo
.
Use new_union instead.
this |
the first media list to copy |
sourceTwo |
the second media list to copy |
a union of the two media lists |