Write method

Generates an expression that writes bytes to a stream.
Signature
public System.Linq.Expressions.Expression Write (System.Linq.Expressions.Expression bytes, System.Linq.Expressions.Expression stream);

Parameters

Expression bytes
To be added.
Expression stream
To be added.

Return type

Expression
To be added.
Chr.Avro