Click or drag to resize

aceDictionaryCollectionTRemove Method (KeyValuePairString, T)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbSCI.Data.collection
Assembly:  imbSCI.Data (in imbSCI.Data.dll) Version: 0.3.70.
Syntax
C#
public bool Remove(
	KeyValuePair<string, T> item
)
Request Example View Source

Parameters

item
Type: System.Collections.GenericKeyValuePairString, T
The object to remove from the ICollectionT.

Return Value

Type: Boolean
true if item was successfully removed from the ICollectionT; otherwise, false. This method also returns false if item is not found in the original ICollectionT.

Implements

ICollectionTRemove(T)
Exceptions
See Also