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

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

Parameters

key
Type: TKey
Key to remove
See Also