Class CodeFormatter
A code formatter.
Inheritance
System.Object
CodeFormatter
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Kephas.Generation
Assembly: Kephas.CodeAnalysis.dll
Syntax
public class CodeFormatter : ICodeFormatter
Constructors
| Improve this Doc View SourceCodeFormatter()
Initializes a new instance of the CodeFormatter class.
Declaration
public CodeFormatter()
Properties
| Improve this Doc View SourceIndentUnits
Gets or sets the indent units.
Declaration
public int IndentUnits { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The indent units. |
IndentUnitSize
Gets or sets the size of the indent for one unit.
Declaration
public int IndentUnitSize { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The size of the indent unit. |