The ReadOnlyPropertiesDictionary type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Clear | 
            Remove all properties from the properties collection
              | |
| Contains | 
            Test if the dictionary contains a specified key
              | |
| Equals | (Inherited from Object.) | |
| Finalize | 
                    Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
                  (Inherited from Object.) | |
| GetHashCode | 
                    Serves as a hash function for a particular type. 
                  (Inherited from Object.) | |
| GetKeys | 
            Gets the key names.
              | |
| GetObjectData | 
            Serializes this object into the SerializationInfo provided.
              | |
| GetType | 
                    Gets the Type of the current instance.
                  (Inherited from Object.) | |
| MemberwiseClone | 
                    Creates a shallow copy of the current Object.
                  (Inherited from Object.) | |
| ToString | (Inherited from Object.) | 
See Also