Click or drag to resize
StringSafeDictionaryTValue Properties

The StringSafeDictionaryTValue generic type exposes the following members.

Properties
  NameDescription
Public propertyAllowNulls
If true, the dictionary allows null values as valid.
(Inherited from SafeDictionaryTKey, TValue.)
Public propertyCopyToNewThread
If true, the dictionary is copied (not cloned) to a new thread
(Inherited from SafeDictionaryTKey, TValue.)
Public propertyDefaultValue
Default value.
(Inherited from SafeDictionaryTKey, TValue.)
Public propertyIsEmpty
Returns true if the dictionary is empty
(Inherited from SafeDictionaryTKey, TValue.)
Public propertyIsSynchronized
Returns true if dictionary is synchronized.
(Inherited from SafeDictionaryTKey, TValue.)
Public propertyItem
Items indexer. Gets or sets the value in the dictionary.
(Inherited from SafeDictionaryTKey, TValue.)
Public propertyKeys
Gets an Collection containing the keys in the System.Collections.Hashtable.
(Inherited from SafeDictionaryTKey, TValue.)
Public propertyNullValue
Null value.
(Inherited from SafeDictionaryTKey, TValue.)
Public propertyTypedKeys
Gets a typed collection of keys in this dictionary
(Inherited from SafeDictionaryTKey, TValue.)
Public propertyTypedValues
Gets a typed collection of values in this dictionary
(Inherited from SafeDictionaryTKey, TValue.)
Public propertyUseWeakReferences
If true, the weak references are used for the items so the memory can be cleared upon request
(Inherited from SafeDictionaryTKey, TValue.)
Public propertyValues
Gets an Collection containing the values in the System.Collections.Hashtable.
(Inherited from SafeDictionaryTKey, TValue.)
Top
See Also