LocalizableStringRemove(KeyValuePairString, String) Method

Removes the first occurrence of a specific object from the ICollectionT.

Definition

Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.4.0.0 (24.4.0.0)
C#
public bool Remove(
	KeyValuePair<string, string> item
)

Parameters

item  KeyValuePairString, String
The object to remove from the ICollectionT.

Return Value

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)

See Also