Click or drag to resize
IWriterTWrite Method

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

Writes a single value to an output target.

Namespace: NForza.Transit
Assembly: Transit (in Transit.dll) Version: 0.8.1-alpha
Syntax
C#
void Write(
	T value
)

Parameters

value
Type: T
The value to write.
See Also