Click or drag to resize

NamedObjectGroupAdd Method (Object)

Add the specified named code or metadata object (INamedCodeObject or IMemberDefinition/MemberInfo), or collection of such objects to the group.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public void Add(
	Object obj
)

Parameters

obj
Type: SystemObject
The object being added.
See Also