Click or drag to resize

NamedObjectGroupAdd Method

Overload List
  NameDescription
Public methodAdd(Object)
Add the specified named code or metadata object (INamedCodeObject or IMemberDefinition/MemberInfo), or collection of such objects to the group.
Public methodAdd(MemberInfo)
Add the specified MemberInfo to the group.
Public methodAdd(IMemberDefinition)
Add the specified IMemberDefinition to the group.
Public methodAdd(INamedCodeObject)
Add the specified INamedCodeObject 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.
Top
See Also