Click or drag to resize

JSONObjectRemove Method (KeyValuePairString, Object)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Removes the key (CLR object's field or property name) in the given key-value pair from this object.

Namespace:  Telogis.GeoBase.Serialization
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public bool Remove(
	KeyValuePair<string, Object> item
)

Parameters

item
Type: System.Collections.GenericKeyValuePairString, Object
The key-value pair whose key is to be removed.

Return Value

Type: Boolean
Whether the key was present.

Implements

ICollectionTRemove(T)
See Also