RhinoList(T).Add Method

RhinoListTAdd Method

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)
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also