Click or drag to resize

DictionaryBaseTKey, TValueValues Property

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

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

Property Value

ICollectionTValue

Implements

IDictionaryTKey, TValueValues
See Also