SetTAdd Method | ![Verizon Connect Logo](../icons/logo.jpg) |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Adds an item to the Set.
Namespace:
Telogis.GeoBase
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntaxpublic void Add(
T item
)
Public Sub Add (
item As T
)
Parameters
- item
- Type: T
The item to add to the Set.
Implements
ICollectionTAdd(T)
See Also