Namespace: Microsoft.ClearScriptAssembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.4.5
Syntax public 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 name of the property to remove.
Return Value
BooleanTrue if the property was successfully found and removed,
false otherwise.
Implements
IDictionaryTKey, TValueRemove(TKey)See Also