Click or drag to resize

ImmutableDictionary<TKey, TValue> .Keys Property

Gets an ICollection<T> containing the keys of the IDictionary<TKey, TValue>.

Namespace: GSF.Immutable
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.244-beta+cf93f5f8aea4b941e9b426fe4e180c2bd85d31a2
Syntax
public ICollection<TKey> Keys { get; }
View Source

Return Value

ICollection<TKey>
An ICollection<T> containing the keys of the object that implements IDictionary<TKey, TValue>.

Implements

IDictionary<TKey, TValue>.Keys
See Also