CSharpFormat Type
Generates color-coded HTML 4.01 from C# source code.
Constructors
Constructor |
Description
|
Full Usage:
CSharpFormat()
|
|
Instance members
Instance member |
Description
|
Full Usage:
this.Keywords
Returns: string
Modifiers: abstract |
The list of C# keywords.
|
Full Usage:
this.Operators
Returns: string
Modifiers: abstract |
TBD
|
Full Usage:
this.Preprocessors
Returns: string
Modifiers: abstract |
The list of C# preprocessors.
|