 | IValueRendererRender Method (Array, TextWriter, String, String) |
Renders the array as a string
Namespace:
com.espertech.esper.compat.collections
Assembly:
NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntaxvoid Render(
Array array,
TextWriter textWriter,
string itemSeparator,
string firstAndLast
)
Parameters
- array
- Type: SystemArray
The array. - textWriter
- Type: System.IOTextWriter
Destination for the content. - itemSeparator
- Type: SystemString
The item separator. - firstAndLast
- Type: SystemString
The first and last.
Return Value
Type:
See Also