Click or drag to resize

DictionaryBaseTKey, TValueKeys Property

Gets a collection containing the keys in the DictionaryBaseTKey, TValue.

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public ICollection<TKey> Keys { get; }

Property Value

ICollectionTKey

Implements

IDictionaryTKey, TValueKeys
See Also