Click or drag to resize

IValueRendererRender Method (IEnumerable, TextWriter)

Renders an enumerable source

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

Parameters

source
Type: System.CollectionsIEnumerable
the object to render.
textWriter
Type: System.IOTextWriter
the destination to write to.

Return Value

Type: 
See Also