Merges the components containing the specified elements into a
single component.
Namespace: Network.Sim.MiscellaneousAssembly: Network.Sim (in Network.Sim.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void Union(
int p,
int q
)
Parameters
- p
- Type: SystemInt32
The first element. - q
- Type: SystemInt32
The second element.
See Also