PropertyBag.Remove Method |
Namespace: Microsoft.ClearScriptAssembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.5.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 name of the property to remove.
Return Value
BooleanTrue if the property was found and removed,
false otherwise.
Implements
IDictionary<TKey, TValue>.Remove(TKey)
See Also