M_CommandLine_Text_TextWrapper_Indent - adutton/commandline GitHub Wiki
Indent all lines in the TextWrapper by the desired number of spaces
Namespace: CommandLine.Text
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0
C#
public TextWrapper Indent(
int numberOfSpaces
)VB
Public Function Indent (
numberOfSpaces As Integer
) As TextWrapperC++
public:
TextWrapper^ Indent(
int numberOfSpaces
)F#
member Indent :
numberOfSpaces : int -> TextWrapper
- numberOfSpaces
- Type: System.Int32
The number of spaces to indent by
Type: TextWrapper
this