NonGenericDictionary class
NonGenericDictionary class
Represents a non generic dictionary.
The NonGenericDictionary type exposes the following members:
Properties
| Property | Description |
|---|---|
| is_fixed_size | Gets a value indicating whether the IDictionary object has a fixed size. |
| is_read_only | Gets a value indicating whether the IDictionary object is read-only. |
| keys | Gets an ICollection object containing the keys of the IDictionary object. |
| values | Gets an ICollection object containing the values in the IDictionary object. |
Methods
| Method | Description |
|---|---|
| remove | Removes the element with the specified key from the IDictionary object. |
| add | Adds an element with the provided key and value to the IDictionary object. |
| clear | Removes all elements from the IDictionary object. |
See Also
- module
aspose.cad