SafeDictionaryTKey, TValue Properties |
The SafeDictionaryTKey, TValue generic type exposes the following members.
Name | Description | |
---|---|---|
AllowNulls |
If true, the dictionary allows null values as valid.
| |
CopyToNewThread |
If true, the dictionary is copied (not cloned) to a new thread
| |
DefaultValue |
Default value.
| |
IsEmpty |
Returns true if the dictionary is empty
| |
IsSynchronized |
Returns true if dictionary is synchronized.
(Overrides HashtableIsSynchronized.) | |
Item |
Items indexer. Gets or sets the value in the dictionary.
| |
Keys |
Gets an Collection containing the keys in the System.Collections.Hashtable.
(Overrides HashtableKeys.) | |
NullValue |
Null value.
| |
TypedKeys |
Gets a typed collection of keys in this dictionary
| |
TypedValues |
Gets a typed collection of values in this dictionary
| |
UseWeakReferences |
If true, the weak references are used for the items so the memory can be cleared upon request
| |
Values |
Gets an Collection containing the values in the System.Collections.Hashtable.
(Overrides HashtableValues.) |