FSharpFormat Type
Generates color-coded HTML 4.01 from F# source code.
Constructors
Constructor |
Description
|
Full Usage:
FSharpFormat()
|
|
Instance members
Instance member |
Description
|
Full Usage:
this.CommentRegEx
Returns: string
Modifiers: abstract |
Regular expression string to match single line and multi-line comments (// and (* *)).
|
Full Usage:
this.Keywords
Returns: string
Modifiers: abstract |
The list of F# keywords.
|
Full Usage:
this.Operators
Returns: string
Modifiers: abstract |
TBD
|
Full Usage:
this.Preprocessors
Returns: string
Modifiers: abstract |
TBD
|
Full Usage:
this.StringRegEx
Returns: string
Modifiers: abstract |
Regular expression string to match string and character literals.
|