Click or drag to resize

ItemsRemove Method

Removes the element with the specified key

Namespace:  Dynamicweb.Environment.Web
Assembly:  Dynamicweb.Environment.Web (in Dynamicweb.Environment.Web.dll) Version: 3.2.1
Syntax
public void Remove(
	Object key
)

Parameters

key
Type: SystemObject

Implements

IDictionaryRemove(Object)
See Also