Click or drag to resize
ProviderDictionaryTKey, TValueRemoveInternal Method
Removes the key from the internal dictionary

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
protected virtual void RemoveInternal(
	TKey key
)

Parameters

key
Type: TKey
Key to remove
See Also