Click or drag to resize
IListReaderAdd Method

[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.Transit
Assembly: Transit (in Transit.dll) Version: 0.8.1-alpha
Syntax
C#
Object Add(
	Object list,
	Object item
)

Parameters

list
Type: SystemObject
A gestational list.
item
Type: SystemObject
An item.

Return Value

Type: Object
A new gestational list.
See Also