ActivatableDictionary<TKey, TValue> Class

Assembly
Db4objects.Db4o-2010.dll
Namespace
Db4objects.Db4o.Collections
Interfaces
Base Types
graph BT Type-->Base0["ActivatableBase"] click Base0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal.Activation/ActivatableBase" Base0-->Base1["Object"] Type-.->Interface0["IActivatable"] click Interface0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.TA/IActivatable" Type-.->Interface1["IDictionary<TKey, TValue>"] Type-.->Interface2["IDictionary"] Type-.->Interface3["ISerializable"] Type-.->Interface4["IDeserializationCallback"] Type["ActivatableDictionary<TKey, TValue>"] class Type type-node

Syntax

[Serializable]
public class ActivatableDictionary<TKey, TValue> : ActivatableBase, IActivatable, 
    IDictionary<TKey, TValue>, IDictionary, ISerializable, IDeserializationCallback

Attributes

Type Description
SerializableAttribute

Type Parameters

Name Description
TKey
TValue

Constructors

Properties

Name Value Summary
Comparer IEqualityComparer<TKey>
Count int
IsFixedSize bool
IsReadOnly bool
IsSynchronized bool
Keys ICollection<TKey>
SyncRoot Object
this[TKey] TValue
Values Dictionary<TKey, TValue>.ValueCollection

Methods