Click or drag to resize
JsonObjectRemove Method (String)
Removes the member with the specified key from the object.

Namespace: Dextronet.Jsonie
Assembly: Dextronet.Jsonie (in Dextronet.Jsonie.dll) Version: 1.0.0.0
Syntax
public bool Remove(
	string key
)

Parameters

key
Type: SystemString
The key of the memeber to remove.

Return Value

Type: Boolean
true if member is successfully found and removed, false otherwise.

Implements

IDictionaryTKey, TValueRemove(TKey)
Exceptions
ExceptionCondition
ArgumentNullExceptionkey is null.
See Also