ArrayDictionary4<K, V>.

Values Property

Summary

Returns the values of the collection.

Syntax

public virtual ICollection<V> Values { get; }

Remarks

Returns the values of the collection. The collection gets activated.

Value

Type Description
ICollection<V>

See Also

  • System.Collections.Generic.IDictionary
  • Db4objects.Db4o.TA.IActivatable