- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Collections - Interfaces
-
- IActivatable
- IDictionary
<TKey, TValue> - IDictionary
- ISerializable
- I
Deserialization Callback
- Base Types
-
- Object
- ActivatableBase
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 |
|---|---|
| Serializable |
Type Parameters
| Name | Description |
|---|---|
| TKey | |
| TValue |
Constructors
Properties
| Name | Value | Summary |
|---|---|---|
| Comparer | IEqualityComparer |
|
| Count | int | |
| IsFixedSize | bool | |
| IsReadOnly | bool | |
| IsSynchronized | bool | |
| Keys | ICollection |
|
| SyncRoot | Object | |
| this[TKey] | TValue | |
| Values | Dictionary |
Methods
| Name | Value | Summary |
|---|---|---|
| Activate |
void |
Inherited from ActivatableBase
|
| ActivateForRead |
void |
Inherited from ActivatableBase
|
| ActivateForWrite |
void |
Inherited from ActivatableBase
|
| Add |
void | |
| Add |
void | |
| Add |
void | |
| Bind |
void |
Inherited from ActivatableBase
|
| Clear |
void | |
| Contains |
bool | |
| Contains |
bool | |
| ContainsKey |
bool | |
| ContainsValue |
bool | |
| CopyTo |
void | |
| CopyTo |
void | |
| GetEnumerator |
IEnumerator |
|
| GetObjectData |
void | |
| OnDeserialization |
void | |
| Remove |
bool | |
| Remove |
void | |
| Remove |
bool | |
| TryGetValue |
bool |