Click or drag to resize
IReaderReadT Method

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

Reads a single value from an input source.

Namespace: NForza.Transit
Assembly: Transit (in Transit.dll) Version: 0.8.1-alpha
Syntax
C#
T Read<T>()

Type Parameters

T
The type of the value.

Return Value

Type: T
The value.
See Also