NamedCodeObjectDictionary Class |
Namespace: Nova.CodeDOM
public class NamedCodeObjectDictionary : ICollection<INamedCodeObject>, IEnumerable<INamedCodeObject>, IEnumerable
The NamedCodeObjectDictionary type exposes the following members.
Name | Description | |
---|---|---|
![]() | NamedCodeObjectDictionary | Initializes a new instance of the NamedCodeObjectDictionary class |
Name | Description | |
---|---|---|
![]() | Count |
The number of items in the dictionary.
|
![]() | IsReadOnly |
Returns true if the ICollection is read-only.
|
![]() | IsSynchronized |
True if access to the ICollection is synchronized.
|
![]() | SyncRoot |
Gets an object that can be used to synchronize access to the ICollection.
|
Name | Description | |
---|---|---|
![]() | Add(INamedCodeObject) |
Add an INamedCodeObject with the specified name to the dictionary.
|
![]() | Add(String, INamedCodeObject) |
Add an INamedCodeObject with the specified name to the dictionary.
|
![]() | Clear |
Clear all members from the dictionary.
|
![]() | Contains |
Check if the dictionary contains the specified INamedCodeObject.
|
![]() | CopyTo |
Copy the objects in the dictionary 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.) |
![]() | Find |
Find INamedCodeObjects in the dictionary by name.
|
![]() | FindGotoTarget |
Find a named goto target in the dictionary by 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(INamedCodeObject) |
Remove the INamedCodeObject with the specified name from the dictionary.
|
![]() | Remove(String, INamedCodeObject) |
Remove the INamedCodeObject with the specified name from the dictionary.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | _dictionary |
Name | Description | |
---|---|---|
![]() | 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.) |