Class IndentedStringBuilder<T>
Base class for indented string building. Not intended for public use.
Namespace: Responsible.Utilities
Assembly: Responsible.dll
Syntax
public abstract class IndentedStringBuilder<T> where T : IndentedStringBuilder<T>
Type Parameters
Name | Description |
---|---|
T | Type of deriving class |
Methods
ToString()
Converts the content into a string with the specified indentations.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string | The string representation of the built content. |