NamedObjectGroupAdd Method (Object, Object) |
Add a source object or group to a target object or group, converting the target into a group if necessary.
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public static void Add(
ref Object target,
Object source
)
Parameters
- target
- Type: SystemObject
The target object or group. - source
- Type: SystemObject
The source object or group.
See Also