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