ActivatableList<T> 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["IList<T>"] Type-.->Interface1["IActivatableCollection<T>"] Type-.->Interface2["ICollection<T>"] Type-.->Interface3["IActivatable"] click Interface3 "/db4o-gpl-doc/output/api/Db4objects.Db4o.TA/IActivatable" Type["ActivatableList<T>"] class Type type-node

Syntax

public class ActivatableList<T> : ActivatableBase, IList<T>, IActivatableCollection<T>, 
    ICollection<T>, IActivatable

Type Parameters

Name Description
T

Constructors

Properties

Name Value Summary
Capacity int
Count int
IsReadOnly bool
this[int] T

Methods