Click or drag to resize

IValueRendererRenderAny Method (Object, TextWriter)

Render any value.

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

Parameters

value
Type: SystemObject
a value
textWriter
Type: System.IOTextWriter
the text writer to write to
See Also