ArgumentInformationProvider.separator - multiple declarations

Function ArgumentInformationProvider.separator

Set separator

ArgumentInformationProvider separator (
  string separator
) nothrow @property @safe;

Parameters

NameDescription
separator separator string used to separate argument from equal and from message

Returns

typeof(this)

Function ArgumentInformationProvider.separator

Get separator

string separator () nothrow @property @safe const;

Returns

string