Adds an object to the end of the List.
Namespace:
Rhino.Collections
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic void Add(
T item
)
Public Sub Add (
item As T
)
Parameters
- item
- Type: T
Item to append.
Implements
ICollectionTAdd(T)
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also