Header menu logo F# Compiler Guide

FSharpKeywords Module

Functions and values

Function or value Description

KeywordNames

Full Usage: KeywordNames

Returns: string list

All the keywords in the F# language

Returns: string list

KeywordsWithDescription

Full Usage: KeywordsWithDescription

Returns: (string * string) list

Keywords paired with their descriptions. Used in completion and quick info.

Returns: (string * string) list

NormalizeIdentifierBackticks arg1

Full Usage: NormalizeIdentifierBackticks arg1

Parameters:
    arg0 : string

Returns: string

Add backticks if the identifier is a keyword. Remove backticks if present and not needed.

arg0 : string
Returns: string

Type something to start searching.