NamedCodeObjectGroup Class |
Namespace: Nova.CodeDOM
public class NamedCodeObjectGroup : INamedCodeObject, ICollection<INamedCodeObject>, IEnumerable<INamedCodeObject>, IEnumerable, ICollection
The NamedCodeObjectGroup type exposes the following members.
Name | Description | |
---|---|---|
![]() | NamedCodeObjectGroup |
Create an empty NamedCodeObjectGroup.
|
![]() | NamedCodeObjectGroup(INamedCodeObject) |
Create a NamedCodeObjectGroup, adding the specified object to it.
|
Name | Description | |
---|---|---|
![]() | Category |
The descriptive category of the code object.
|
![]() | Count |
The number of items in the group.
|
![]() | First |
Get the first item in the group.
|
![]() | IsReadOnly |
Returns true if the ICollection is read-only.
|
![]() | IsSynchronized |
True if access to the ICollection is synchronized.
|
![]() | Item |
Get the object in the group at the specified index.
|
![]() | Name |
The name of the NamedCodeObjectGroup.
|
![]() | SyncRoot |
Gets an object that can be used to synchronize access to the ICollection.
|
Name | Description | |
---|---|---|
![]() | Add(INamedCodeObject) |
Add the specified INamedCodeObject to the group.
|
![]() ![]() | 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 INamedCodeObjects to the group.
|
![]() | AddToDictionary |
Add this NamedCodeObjectGroup to the specified dictionary.
|
![]() | Clear |
Remove all items from the group.
|
![]() | Contains |
Check if the group contains the specified INamedCodeObject.
|
![]() | CopyTo(Array, Int32) |
Copy the objects in the group to the specified array, starting at the specified offset.
|
![]() | CopyTo(INamedCodeObject, Int32) |
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.) |
![]() | FindParentT |
This method always returns null for this type.
|
![]() | 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 named code object from the group.
|
![]() | RemoveAt |
Remove the object at the specified index from the group.
|
![]() | RemoveFromDictionary |
Remove this NamedCodeObjectGroup from the specified dictionary.
|
![]() | 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.) |