Summary
Returns the number of elements in the collection.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Collections - Containing Type
- ArrayDictionary4
<K, V>
Syntax
public virtual int Count { get; }
Remarks
Returns the number of elements in the collection. The collection gets activated.
Value
Type | Description |
---|---|
int |
See Also
- System.Collections.Generic.IDictionary
- Db4objects.Db4o.TA.IActivatable