Click or drag to resize

NamespaceTypeGroupAdd Method

Overload List
  NameDescription
Public methodAdd(Object)
Add an object to the group.
Public methodAdd(Type)
Add the specified Type to the group.
Public methodAdd(Namespace)
Add the specified Namespace to the group.
Public methodAdd(TypeDecl)
Add the specified TypeDecl to the group.
Public methodAdd(TypeDefinition)
Add the specified TypeDefinition to the group.
Public methodStatic memberAdd(Object, Object)
Add a source object or group to a target object or group, converting the target into a group if necessary.
Public methodStatic memberAdd(INamedCodeObject, INamedCodeObject)
Add a source object or group to a target object or group, converting the target into a group if necessary.
Top
See Also