|
|
Immutable
|
The ImmutableDictionaryTKey, TValue type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
Count | Gets the number of elements contained in the ICollectionT. |
|
|
IsReadOnly |
Gets/Sets if this class is immutable and thus read only. Once
setting to readonly, the class becomes immutable.
(Inherited from ImmutableObjectBaseT) |
|
|
Item | Gets or sets the element with the specified key. |
|
|
Keys | Gets an ICollectionT containing the keys of the IDictionaryTKey, TValue. |
|
|
Values | Gets an ICollectionT containing the values in the IDictionaryTKey, TValue. |