Adds the item to the list.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void Add(
T item
)
Public Sub Add (
item As T
)
public:
void Add(
T item
)
member Add :
item : 'T -> unit
Parameters
- item
- Type: T
Return Value
Type:
See Also