[This is preliminary documentation and is subject to change.]
Adds an item to the list, returning a new list;
new list must be used for any further invocations.
Namespace: NForza.TransitAssembly: Transit (in Transit.dll) Version: 0.8.1-alpha
SyntaxObject Add(
Object list,
Object item
)
Parameters
- list
- Type: SystemObject
A gestational list. - item
- Type: SystemObject
An item.
Return Value
Type:
ObjectA new gestational list.
See Also