LocalizableStringRemove(KeyValuePairString, String) Method
Removes the first occurrence of a specific object from the
ICollectionT.
Namespace: Scanjour.Workflow4.BaseAssembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.4.0.0 (24.4.0.0)
public bool Remove(
KeyValuePair<string, string> item
)
Public Function Remove (
item As KeyValuePair(Of String, String)
) As Boolean
public:
virtual bool Remove(
KeyValuePair<String^, String^> item
) sealed
abstract Remove :
item : KeyValuePair<string, string> -> bool
override Remove :
item : KeyValuePair<string, string> -> bool
- item KeyValuePairString, String
- The object to remove from the ICollectionT.
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.
ICollectionTRemove(T)