ReadOnlyDictionaryTKey, TValue ClassA Sandcastle Documented Class Library
An immutable dictionary.
Inheritance Hierarchy

SystemObject
  Apptus.Util.CollectionReadOnlyDictionaryTKey, TValue

Namespace:  Apptus.Util.Collection
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.0.0
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

  NameDescription
Public methodReadOnlyDictionaryTKey, TValue
Creates a new read only dictionary.
Top
Properties

  NameDescription
Public propertyCount
Public propertyIsReadOnly
Public propertyItem
Public propertyKeys
Public propertyValues
Top
Methods

  NameDescription
Public methodAdd(KeyValuePairTKey, TValue)
Public methodAdd(TKey, TValue)
Public methodClear
Public methodContains
Public methodContainsKey
Public methodCopyTo
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemove(KeyValuePairTKey, TValue)
Public methodRemove(TKey)
Public methodToString (Inherited from Object.)
Public methodTryGetValue
Top
See Also

Reference