Click or drag to resize

ImmutableDictionary<TKey, TValue> .Values Property

Gets an ICollection<T> containing the values in the IDictionary<TKey, TValue>.

Namespace: GSF.Immutable
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.230-beta+03417d7b5cff037b24e882d7adef82d359b34964
Syntax
public ICollection<TValue> Values { get; }
View Source

Return Value

ICollection<TValue>
An ICollection<T> containing the values in the object that implements IDictionary<TKey, TValue>.

Implements

IDictionary<TKey, TValue>.Values
See Also