Class CSharpLanguage
/// Represents the C# programming language within the procedural language framework, providing syntax rules, parsing logic, and language-specific services.
Inherited Members
Namespace: Syncfusion.Windows.Edit
Assembly: Syncfusion.Edit.Wpf.dll
Syntax
public class CSharpLanguage : ProceduralLanguageBase
Constructors
CSharpLanguage(EditControl)
Declaration
public CSharpLanguage(EditControl control)
Parameters
| Type | Name | Description |
|---|---|---|
| EditControl | control |