TextFormatAddition Operator
            Combines two text formatting values.
            
Namespace: Ookii.CommandLine.TerminalAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.1.0+9df03b6173b5fc9d44dc39638758964dd7a0f4c7
public static TextFormat operator +(
	TextFormat left,
	TextFormat right
)
Public Shared Operator + ( 
	left As TextFormat,
	right As TextFormat
) As TextFormat
Dim left As TextFormat
Dim right As TextFormat
Dim returnValue As TextFormat
returnValue = (left + right)
public:
static TextFormat operator +(
	TextFormat left, 
	TextFormat right
)
- left  TextFormat
 - The first TextFormat value.
 - right  TextFormat
 - The second TextFormat value.
 
TextFormatA 
TextFormat instance that applies both the input format options.