Adds an object to the end of the List.
Namespace:
Rhino.Collections
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntax public void Add(
T item
)
Public Sub Add (
item As T
)
Parameters
- item
- Type: T
Item to append.
Implements
ICollectionTAdd(T)See Also