SetTAdd Method | |
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
Syntax public 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