UniGridTransformations Properties |
The UniGridTransformations 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.) |
![]() ![]() | Global |
Global transformations
|
![]() | 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.) |
![]() ![]() | SyncRoot |
Gets an object that can be used to synchronize access to the SafeDictionaryTKey, TValue.
(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.
The property can be set only when the dictionary is empty. To ensure thread-safety, you have
to perform the check for emptiness and property assignment in a critical section (use SyncRoot for that purpose).
(Inherited from SafeDictionaryTKey, TValue.) |
![]() | Values |
Gets a Collection containing the values in the System.Collections.Hashtable.
(Inherited from SafeDictionaryTKey, TValue.) |