Property | Type | Description | |
---|---|---|---|
IndentString | string | ||
NewLineString | string | ||
StartIndex | int | ||
StringBuilder | StringBuilder |
Method | Description | |
---|---|---|
Append ( char ch ) : void | ||
Append ( string s ) : void | ||
AppendIndents ( ) : void | ||
AppendLine ( ) : void | ||
IndentedStringBuilder ( StringBuilder stringBuilder, string indentString, string newLineString ) : System | ||
PopIndent ( int count = 1 ) : void | ||
PushIndent ( int count = 1 ) : void |
public IndentedStringBuilder ( StringBuilder stringBuilder, string indentString, string newLineString ) : System | ||
stringBuilder | StringBuilder | |
indentString | string | |
newLineString | string | |
return | System |