SetTRemove Method | |
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
)
Public Function Remove (
item As T
) As Boolean
Parameters
- item
- Type: T
Return Value
Type:
BooleanTrue, 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