LocalizableStringRemove(String) Method |
Namespace: Scanjour.Workflow4.BaseAssembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic bool Remove(
string key
)
Public Function Remove (
key As String
) As Boolean
public:
virtual bool Remove(
String^ key
) sealed
abstract Remove :
key : string -> bool
override Remove :
key : string -> bool
Parameters
- key String
- The key of the element to remove.
Return Value
Boolean
true if the element is successfully removed; otherwise, false. This method also returns false if
key was not found in the original
IDictionaryTKey, TValue.
Implements
IDictionaryTKey, TValueRemove(TKey)
See Also