ExperimentalAttribute Type
This attribute is used to tag values that are part of an experimental library feature.
Constructors
Constructor | Description |
Full Usage: ExperimentalAttribute(message) Parameters:
string - The warning message to be emitted when code uses this construct. Returns: ExperimentalAttribute ExperimentalAttribute |
Creates an instance of the attribute
|
Instance members
Instance member | Description |
|
Indicates the warning message to be emitted when F# source code uses this construct
|