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