ReadOnlyDictionaryTKey, TValueRemove Method (KeyValuePairTKey, TValue)A Sandcastle Documented Class Library

Namespace:  Apptus.Util.Collection
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.0.0
Syntax

C#
public bool Remove(
	KeyValuePair<TKey, TValue> item
)

Parameters

item
Type: System.Collections.GenericKeyValuePairTKey, TValue

Return Value

Type: Boolean

Implements

ICollectionTRemove(T)
See Also

Reference