NamedObjectGroup Class |
Namespace: Nova.CodeDOM
public class NamedObjectGroup : ICollection, IEnumerable
The NamedObjectGroup type exposes the following members.
Name | Description | |
---|---|---|
![]() | NamedObjectGroup |
Create an empty NamedObjectGroup.
|
![]() | NamedObjectGroup(Object) |
Create a NamedObjectGroup, adding the specified object to it.
|
Name | Description | |
---|---|---|
![]() | Count |
The number of items in the group.
|
![]() | First |
Get the first item in the group.
|
![]() | 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 NamedObjectGroup.
|
![]() | SyncRoot |
Gets an object that can be used to synchronize access to the ICollection.
|
Name | Description | |
---|---|---|
![]() | Add(Object) |
Add the specified named code or metadata object (INamedCodeObject or IMemberDefinition/MemberInfo),
or collection of such objects to the group.
|
![]() | Add(MemberInfo) |
Add the specified MemberInfo to the group.
|
![]() | Add(IMemberDefinition) |
Add the specified IMemberDefinition to the group.
|
![]() | Add(INamedCodeObject) |
Add the specified INamedCodeObject 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.
|
![]() | AddRange |
Add a collection of objects to the group.
|
![]() | Clear |
Remove all items from the group.
|
![]() | Contains |
Check if the group contains the specified code or metadata object (INamedCodeObject or IMemberDefinition).
|
![]() | CopyTo |
Copy the objects in the group to the specified array, starting at the specified offset.
|
![]() | 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.) |
![]() | 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.
|
![]() | 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.) |