Header menu logo FSharp.Formatting

FormattedSnippet Type

Represents an individual formatted snippet with title as key

Constructors

Constructor Description

FormattedSnippet(key, content)

Full Usage: FormattedSnippet(key, content)

Parameters:
    key : string
    content : string

Returns: FormattedSnippet
key : string
content : string
Returns: FormattedSnippet

Instance members

Instance member Description

this.Content

Full Usage: this.Content

Returns: string

Returns the formatted content code for the snipet

Returns: string

this.Key

Full Usage: this.Key

Returns: string

Returns the key of the snippet

Returns: string

this.Title

Full Usage: this.Title

Returns: string

Returns the title of the snippet

Returns: string

Type something to start searching.