NamespaceTypeDictionary Class |
Namespace: Nova.CodeDOM
public class NamespaceTypeDictionary : ICollection, IEnumerable
The NamespaceTypeDictionary type exposes the following members.
Name | Description | |
---|---|---|
NamespaceTypeDictionary | Initializes a new instance of the NamespaceTypeDictionary class |
Name | Description | |
---|---|---|
Count |
The number of items in the dictionary.
| |
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(Type) |
Add a Type to the dictionary.
| |
Add(Namespace) |
Add a child Namespace to the dictionary.
| |
Add(TypeDecl) |
Add a TypeDecl to the dictionary.
| |
Add(TypeDefinition) |
Add a TypeDefinition to the dictionary.
| |
Add(String, Object) |
Add the specified type or namespace object with the specified name to the dictionary.
| |
Clear |
Clear all members from the dictionary.
| |
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 named code object(s) in the dictionary by name.
| |
GetEnumerator |
Get an enumerator for the objects in the dictionary.
| |
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(Type) |
Remove the specified Type from the dictionary.
| |
Remove(Namespace) |
Remove the specified child Namespace from the dictionary.
| |
Remove(TypeDecl) |
Remove the specified TypeDecl from the dictionary.
| |
Remove(TypeDefinition) |
Remove the specified TypeDefinition from the dictionary.
| |
Remove(String, Object) |
Remove the type or namespace object with the specified name from the dictionary.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
_dictionary |
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.) |