Click or drag to resize
IListReadHandlerListReader Method

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

Provides an IListReader that a parser can use to convert a list representation to an instance of a type incrementally.

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

Return Value

Type: IListReader
A ListReader.
See Also