Click or drag to resize

StringJoiner Class

[Missing <summary> documentation for "T:com.espertech.esper.compat.StringJoiner"]

Inheritance Hierarchy
SystemObject
  com.espertech.esper.compatStringJoiner

Namespace:  com.espertech.esper.compat
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public class StringJoiner

The StringJoiner type exposes the following members.

Constructors
  NameDescription
Public methodStringJoiner
Initializes a new instance of the StringJoiner class.
Top
Properties
  NameDescription
Public propertyDelimiter
Gets or sets the delimiter.
Top
Methods
  NameDescription
Public methodAdd
Adds the specified value.
Public methodToString
Returns a String that represents this instance.
Top
See Also