NamespaceTypeGroup Methods |
The NamespaceTypeGroup type exposes the following members.
Name | Description | |
---|---|---|
Add(Object) |
Add an object to the group.
| |
Add(Type) |
Add the specified Type to the group.
| |
Add(Namespace) |
Add the specified Namespace to the group.
| |
Add(TypeDecl) |
Add the specified TypeDecl to the group.
| |
Add(TypeDefinition) |
Add the specified TypeDefinition to the group.
| |
Add(Object, Object) |
Add a source object or group to a target object or group, converting the target into a group if necessary.
| |
Add(INamedCodeObject, INamedCodeObject) |
Add a source object or group to a target object or group, converting the target into a group if necessary.
| |
AddRange |
Add a collection of objects to the group.
| |
AddToDictionary |
This method shouldn't be called on this type.
| |
Clear |
Remove all items from the group.
| |
Contains |
Check if the group contains the specified code object.
| |
CopyTo |
Copy the objects in the group to the specified array, starting at the specified offset.
| |
CreateRef |
This method is not supported for this type.
| |
CreateRef(Boolean) |
This method is not supported for this type.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
Find |
Find the contained object with the specified exact name, having a "`N" suffix for generic types.
| |
FindParentT |
This method always returns null for this type.
| |
GetEnumerator |
Get an enumerator for the objects in the group.
| |
GetFullName |
Get the full name of the INamedCodeObject, including any namespace name.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Remove |
Remove the specified object from the group.
| |
RemoveAt |
Remove the object at the specified index from the group.
| |
RemoveFromDictionary |
This method shouldn't be called on this type.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
IsEmpty |
Check if the specified collection is empty or null.
(Defined by CollectionUtil.) | |
NNCount |
Get the count of the specified collection, or 0 if it's null.
(Defined by CollectionUtil.) | |
NotEmpty |
Check if the specified collection is empty or null.
(Defined by CollectionUtil.) | |
ToString |
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.) |