TextFormatCombine Method
Combines two text formatting values.
Namespace: Ookii.CommandLine.TerminalAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.2.0+a4d3631e4dcc0970081ed435288efdebc1325f83
public TextFormat Combine(
TextFormat other
)
Public Function Combine (
other As TextFormat
) As TextFormat
Dim instance As TextFormat
Dim other As TextFormat
Dim returnValue As TextFormat
returnValue = instance.Combine(other)
public:
TextFormat Combine(
TextFormat other
)
- other TextFormat
- The TextFormat value to combine with this one.
TextFormatA
TextFormat instance that applies both the input format options.