NotificationDictionaryTKey, TValueRemove Method (KeyValuePairTKey, TValue)

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Removes the specified item.

Namespace:  Apitron.PDF.Kit.FixedLayout.Resources
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

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

Parameters

item
Type: System.Collections.GenericKeyValuePairTKey, TValue
The item.

Return Value

Type: Boolean
Returns true if the dictionary contains the item otherwise false

Implements

ICollectionTRemove(T)
See Also

Reference