The PropertiesDictionary type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| PropertiesDictionary |
Constructor
| |
| PropertiesDictionary(ReadOnlyPropertiesDictionary) |
Constructor
|
Methods
| Name | Description | |
|---|---|---|
| Clear |
Remove all properties from the properties collection
(Overrides ReadOnlyPropertiesDictionary Clear .) | |
| Contains |
Test if the dictionary contains a specified key
(Inherited from ReadOnlyPropertiesDictionary.) | |
| (Inherited from | ||
Allows an (Inherited from | ||
Serves as a hash function for a particular type.
(Inherited from | ||
| GetKeys |
Gets the key names.
(Inherited from ReadOnlyPropertiesDictionary.) | |
| GetObjectData |
Serializes this object into the (Inherited from ReadOnlyPropertiesDictionary.) | |
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| Remove |
Remove the entry with the specified key from this dictionary
| |
| (Inherited from |
Properties
| Name | Description | |
|---|---|---|
| Count |
The number of properties in this collection
(Inherited from ReadOnlyPropertiesDictionary.) | |
| InnerHashtable |
The hashtable used to store the properties
(Inherited from ReadOnlyPropertiesDictionary.) | |
| Item |
Gets or sets the value of the property with the specified key.
(Overrides ReadOnlyPropertiesDictionary Item String .) |
See Also