The UniqueIdMap type exposes the following members.
Methods
              | Name | Description | |
|---|---|---|
| 
                   | 
                Add | 
                   Adds the specified key and value to the dictionary.  (Inherited from DictionaryUniqueId, Object.) | 
              
| 
                   | 
                AddCollection | 
                   
            Adds a UniqueIdCollection items.
             
                 | 
              
| 
                   | 
                AddMap | 
                   
            Adds another UniqueIdMap to this one.
             
                 | 
              
| 
                   | 
                Clear | 
                   Removes all keys and values from the DictionaryTKey, TValue.  (Inherited from DictionaryUniqueId, Object.) | 
              
| 
                   | 
                ContainsKey | 
                   Determines whether the DictionaryTKey, TValue contains the specified key.  (Inherited from DictionaryUniqueId, Object.) | 
              
| 
                   | 
                ContainsValue | 
                   Determines whether the DictionaryTKey, TValue contains a specific value.  (Inherited from DictionaryUniqueId, Object.) | 
              
| 
                   | 
                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 | 
                   Returns an enumerator that iterates through the DictionaryTKey, TValue.  (Inherited from DictionaryUniqueId, Object.) | 
              
| 
                   | 
                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 | 
                   Removes the value with the specified key from the DictionaryTKey, TValue.  (Inherited from DictionaryUniqueId, Object.) | 
              
| 
                   | 
                ToCollection | 
                   
            Returns the items in the map as a UniqueIdCollection 
                 | 
              
| 
                   | 
                ToString | 
                   Returns a string that represents the current object.  (Inherited from Object.) | 
              
| 
                   | 
                TryGetValue | 
                   Gets the value associated with the specified key.  (Inherited from DictionaryUniqueId, Object.) | 
              
See Also