Click or drag to resize
IProviderDictionaryTemplate<TValue>.Remove Method
Removes the specified object.

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

Parameters

key
Type: System.Object
Key to remove
See Also