Click or drag to resize

TwoDimensionalDictionaryTLevel0, TLevel1, TKey, TValueRemove Method (KeyValuePairTKey, TLevel1)

Namespace:  Dynamicweb.Core
Assembly:  Dynamicweb.Core (in Dynamicweb.Core.dll) Version: 3.1.1
Syntax
public bool Remove(
	KeyValuePair<TKey, TLevel1> item
)

Parameters

item
Type: System.Collections.GenericKeyValuePairTKey, TLevel1

Return Value

Type: Boolean

Implements

ICollectionTRemove(T)
See Also