JSONArrayRemove Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Removes the given item from the array.
Namespace:
Telogis.GeoBase.Serialization
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public bool Remove(
Object item
)
Public Function Remove (
item As Object
) As Boolean
Parameters
- item
- Type: SystemObject
The item to remove.
Return Value
Type:
BooleanWhether the item was in the array.
Implements
ICollectionTRemove(T)See Also