Class ProceduralLanguageBase
Serves as the abstract base class for procedural language implementations, providing core syntax, parsing, and structural support for languages with imperative control flow.
Inheritance
System.Object
ProceduralLanguageBase
Assembly: Syncfusion.Edit.Wpf.dll
Syntax
public abstract class ProceduralLanguageBase : LanguageBase
Constructors
ProceduralLanguageBase(EditControl)
Declaration
public ProceduralLanguageBase(EditControl control)
Parameters
Methods
ApplyColor(String, Int32)
Declaration
protected override IFormat ApplyColor(string text, int line)
Parameters
| Type |
Name |
Description |
| System.String |
text |
|
| System.Int32 |
line |
|
Returns
Overrides
ApplyExpandCollapse(ApplyExpandCollapseArgs)
Declaration
protected override void ApplyExpandCollapse(ApplyExpandCollapseArgs args)
Parameters
Overrides