Class CSFormatter
Represents a class that provides auto formatter for CSharp.
Inheritance
System.Object
CSFormatter
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: Syncfusion.Windows.Forms.Edit.Utils.AutoFormatting
Assembly: Syncfusion.Edit.Windows.dll
Syntax
public class CSFormatter : 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. |