Click or drag to resize
IListReader Interface

[This is preliminary documentation and is subject to change.]

Identifies a list reader.

Namespace: NForza.Transit
Assembly: Transit (in Transit.dll) Version: 0.8.1-alpha
Syntax
C#
public interface IListReader

The IListReader type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds an item to the list, returning a new list; new list must be used for any further invocations.
Public methodComplete
Completes building of a list from a gestational list.
Public methodInit
Initializes a new gestational list.
Top
See Also