Click or drag to resize

SetTRemove Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Removes the first occurrence of a specific object from the Set.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public bool Remove(
	T item
)

Parameters

item
Type: T

Return Value

Type: Boolean
True, if the item was successfully removed from the Set, otherwise, false. This method also returns false if the item is not found in the original Set.

Implements

ICollectionTRemove(T)
See Also