Header menu logo F# Compiler Guide

TaggedText Type

Represents text with a tag

Constructors

Constructor Description

TaggedText(tag, text)

Full Usage: TaggedText(tag, text)

Parameters:
Returns: TaggedText

Creates text with a tag

tag : TextTag
text : string
Returns: TaggedText

Instance members

Instance member Description

this.Tag

Full Usage: this.Tag

Returns: TextTag

Gets the tag

Returns: TextTag

this.Text

Full Usage: this.Text

Returns: string

Gets the text

Returns: string

Type something to start searching.