Thanks to visit codestin.com
Credit goes to fsharp.github.io

Header menu logo FSharp.Core

ExperimentalAttribute Type

This attribute is used to tag values that are part of an experimental library feature.

Constructors

Constructor Description

ExperimentalAttribute(message)

Full Usage: ExperimentalAttribute(message)

Parameters:
    message : string - The warning message to be emitted when code uses this construct.

Returns: ExperimentalAttribute ExperimentalAttribute

Creates an instance of the attribute

message : string

The warning message to be emitted when code uses this construct.

Returns: ExperimentalAttribute

ExperimentalAttribute

Instance members

Instance member Description

this.Message

Full Usage: this.Message

Returns: string

Indicates the warning message to be emitted when F# source code uses this construct

Returns: string

Type something to start searching.