Click or drag to resize

NamedObjectGroup Methods

The NamedObjectGroup type exposes the following members.

Methods
  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.
Public methodAddRange
Add a collection of objects to the group.
Public methodClear
Remove all items from the group.
Public methodContains
Check if the group contains the specified code or metadata object (INamedCodeObject or IMemberDefinition).
Public methodCopyTo
Copy the objects in the group to the specified array, starting at the specified offset.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator
Get an enumerator for the objects in the group.
Public methodGetFullName
Get the full name of the INamedCodeObject, including any namespace name.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove
Remove the specified object from the group.
Public methodRemoveAt
Remove the object at the specified index from the group.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodIsEmpty
Check if the specified collection is empty or null.
(Defined by CollectionUtil.)
Public Extension MethodNNCount
Get the count of the specified collection, or 0 if it's null.
(Defined by CollectionUtil.)
Public Extension MethodNotEmpty
Check if the specified collection is empty or null.
(Defined by CollectionUtil.)
Public Extension MethodToString
Format the specified collection into a single string using the specified separating string to separate each item. Null items are converted to empty strings.
(Defined by StringUtil.)
Top
See Also