operator + abstract method

RulesString operator +(
  1. RulesString other
)

Strings can be concatenated using the + operator:

Implementation

RulesString operator +(RulesString other);