An immutable dictionary.
Inheritance Hierarchy
Apptus.Util.CollectionReadOnlyDictionaryTKey, TValue
Namespace: Apptus.Util.Collection
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 3.47.3
Syntax
C#
public class ReadOnlyDictionary<TKey, TValue> : IDictionary<TKey, TValue>, ICollection<KeyValuePair<TKey, TValue>>, IEnumerable<KeyValuePair<TKey, TValue>>, IEnumerable
Type Parameters
- TKey
- TValue
The ReadOnlyDictionaryTKey, TValue type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ReadOnlyDictionaryTKey, TValue |
Creates a new read only dictionary.
|
Properties
Name | Description | |
---|---|---|
![]() | Count | |
![]() | IsReadOnly | |
![]() | Item | |
![]() | Keys | |
![]() | Values |
Methods
Name | Description | |
---|---|---|
![]() | Add(KeyValuePairTKey, TValue) | |
![]() | Add(TKey, TValue) | |
![]() | Clear | |
![]() | Contains | |
![]() | ContainsKey | |
![]() | CopyTo | |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetEnumerator | |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Remove(KeyValuePairTKey, TValue) | |
![]() | Remove(TKey) | |
![]() | ToString | (Inherited from Object.) |
![]() | TryGetValue |
See Also