Click or drag to resize
ProviderDictionaryTKey, TValueRemove Method (TKey)
Removes the specified object.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public void Remove(
	TKey key
)

Parameters

key
Type: TKey
Key to remove
See Also