Click or drag to resize

DictionaryBaseTKey, TValueClear Method

Removes all items from the IDictionaryTKey, TValue.

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public void Clear()

Implements

ICollectionTClear
Exceptions
ExceptionCondition
NotSupportedExceptionThe IDictionaryTKey, TValue is read-only.
See Also