operator + method

QueryString operator +(
  1. QueryPrintable value
)

Implementation

QueryString operator +(QueryPrintable value) {
  return QueryString._sections([this, value]);
}