Constructor | Description |
|
|
Instance member | Description |
Full Usage:
this.Combine
Parameters:
IndentedStringBuilder -> unit
g : IndentedStringBuilder -> 'a
Returns: IndentedStringBuilder -> 'a
|
|
Full Usage:
this.Delay
Parameters:
unit -> IndentedStringBuilder -> 'a
Returns: IndentedStringBuilder -> 'a
|
|
Full Usage:
this.For
Parameters:
seq<'a>
f : 'a -> StringBuffer
Returns: IndentedStringBuilder -> unit
|
|
|
|
Full Usage:
this.While
Parameters:
unit -> bool
f : StringBuffer
Returns: IndentedStringBuilder -> unit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|