Click or drag to resize

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
)

Parameters

item
Type: T
Item to append.

Implements

ICollectionTAdd(T)
See Also