Class CSFormatter
Represents a class that provides auto formatter for CSharp.
Inheritance
System.Object
CSFormatter
Implements
Namespace: Syncfusion.Windows.Forms.Edit.Utils.AutoFormatting
Assembly: Syncfusion.Edit.Windows.dll
Syntax
public class CSFormatter : Object, IAutoFormatter
Constructors
CSFormatter()
Declaration
public CSFormatter()
Methods
Format(IList)
Formats the given list of lexem wrappers.
Declaration
public string Format(IList lexems)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Collections.IList | lexems | List of ILexemWrapper instances. |
Returns
| Type | Description |
|---|---|
| System.String | String with formatted text. |