The PropertiesDictionary type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Clear | 
            Remove all properties from the properties collection
              (Overrides ReadOnlyPropertiesDictionaryClear.) | |
| Contains | 
            Test if the dictionary contains a specified key
              (Inherited from ReadOnlyPropertiesDictionary.) | |
| Equals | (Inherited from Object.) | |
| GetHashCode | 
                    Serves as a hash function for a particular type. 
                  (Inherited from Object.) | |
| GetKeys | 
            Gets the key names.
              (Inherited from ReadOnlyPropertiesDictionary.) | |
| GetObjectData | 
            Serializes this object into the SerializationInfo provided.
              (Inherited from ReadOnlyPropertiesDictionary.) | |
| GetType | 
                    Gets the Type of the current instance.
                  (Inherited from Object.) | |
| Remove | 
            Remove the entry with the specified key from this dictionary
              | |
| ToString | (Inherited from Object.) | 
See Also