Click or drag to resize

FileBackedDictionary<TKey, TValue> .GetValues Method

Gets an enumerable used to iterate only the values in the dictionary.

Namespace: GSF.Collections
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.230-beta+03417d7b5cff037b24e882d7adef82d359b34964
Syntax
public IEnumerable<TValue> GetValues()
View Source

Return Value

IEnumerable<TValue>
An enumerable used to iterate only the values in the dictionary.
See Also