Click or drag to resize

PropertyEntryDictionaryRemove Method (KeyValuePairObject, PropertyEntry)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbSCI.Core.collection
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public bool Remove(
	KeyValuePair<Object, PropertyEntry> item
)
Request Example View Source

Parameters

item
Type: System.Collections.GenericKeyValuePairObject, PropertyEntry

Return Value

Type: Boolean

Implements

ICollectionTRemove(T)
See Also