Click or drag to resize

IValueRendererRender Method (Array, TextWriter)

Renders the array as a string.

Namespace:  com.espertech.esper.compat.collections
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
void Render(
	Array array,
	TextWriter textWriter
)

Parameters

array
Type: SystemArray
The array.
textWriter
Type: System.IOTextWriter
the destination to write to.

Return Value

Type: 
See Also