Click or drag to resize

StringJoinerAdd Method

Adds the specified value.

Namespace:  com.espertech.esper.compat
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public void Add(
	string value
)

Parameters

value
Type: SystemString
The value.
See Also