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