Click or drag to resize
JsonObjectRemove Method (KeyValuePairString, JsonValue)
Removes the first occurrence of a specific object from the collection.

Namespace: Dextronet.Jsonie
Assembly: Dextronet.Jsonie (in Dextronet.Jsonie.dll) Version: 1.0.0.0
Syntax
protected bool Remove(
	KeyValuePair<string, JsonValue> item
)

Parameters

item
Type: System.Collections.GenericKeyValuePairString, JsonValue
The item to remove from the object.

Return Value

Type: Boolean
true if item was successfully removed from the collection, false otherwise.

Implements

ICollectionTRemove(T)
See Also