The Dictionary type exposes the following members.
 Methods
Methods
| Name | Description | |
|---|---|---|
|  | add | Overloaded. | 
|  | close | 
            Closes this Dictionary.
             | 
|  | Equals | 
                    Determines whether the specified Object is equal to the current Object.
                (Inherited from Object.) | 
|  | Finalize | 
            Class destructor/finalizer.
            (Overrides Object..::.Finalize()()().) | 
|  | get | 
            Gets the value for the provided key from the dictionary.
             | 
|  | GetHashCode | 
                    Serves as a hash function for a particular type. 
                (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.) | 
|  | open | Overloaded. | 
|  | remove | 
            Removes a key, or set of keys, from the Dictionary.
             | 
|  | ToString | 
                    Returns a String that represents the current Object.
                (Inherited from Object.) | 





